Fix Tileset Editor UI briefly shrinking after window is shown
This commit is contained in:
parent
e873e4c665
commit
43747bd8a1
1 changed files with 1 additions and 0 deletions
|
@ -168,6 +168,7 @@ void TilesetEditor::setAttributesUi() {
|
||||||
this->ui->label_layerType->setVisible(false);
|
this->ui->label_layerType->setVisible(false);
|
||||||
this->ui->label_BottomTop->setText("Bottom/Middle/Top");
|
this->ui->label_BottomTop->setText("Bottom/Middle/Top");
|
||||||
}
|
}
|
||||||
|
this->ui->frame_Properties->adjustSize();
|
||||||
}
|
}
|
||||||
|
|
||||||
void TilesetEditor::setMetatileLabelValidator() {
|
void TilesetEditor::setMetatileLabelValidator() {
|
||||||
|
|
Loading…
Reference in a new issue