mirror of
https://github.com/huderlem/porymap.git
synced 2026-09-15 20:35:25 -05:00
Adjust layout of events tab
This commit is contained in:
@@ -49,7 +49,6 @@ void EventFrame::setup() {
|
||||
l_layout_x->addWidget(this->spinner_x);
|
||||
|
||||
l_layout_xyz->addLayout(l_layout_x);
|
||||
l_layout_xyz->addItem(createSpacerH());
|
||||
|
||||
// y spinner & label
|
||||
this->spinner_y = new NoScrollSpinBox(this);
|
||||
@@ -63,7 +62,6 @@ void EventFrame::setup() {
|
||||
l_layout_y->addWidget(this->spinner_y);
|
||||
|
||||
l_layout_xyz->addLayout(l_layout_y);
|
||||
l_layout_xyz->addItem(createSpacerH());
|
||||
|
||||
// z spinner & label
|
||||
this->spinner_z = new NoScrollSpinBox(this);
|
||||
@@ -77,6 +75,7 @@ void EventFrame::setup() {
|
||||
l_layout_z->addWidget(this->spinner_z);
|
||||
|
||||
l_layout_xyz->addLayout(l_layout_z);
|
||||
l_layout_xyz->addItem(createSpacerH());
|
||||
|
||||
QVBoxLayout *l_vbox_1 = new QVBoxLayout();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user