Fix Tileset Editor UI briefly shrinking after window is shown

This commit is contained in:
GriffinR 2024-01-12 23:05:44 -05:00
parent e873e4c665
commit 43747bd8a1

View file

@ -168,6 +168,7 @@ void TilesetEditor::setAttributesUi() {
this->ui->label_layerType->setVisible(false);
this->ui->label_BottomTop->setText("Bottom/Middle/Top");
}
this->ui->frame_Properties->adjustSize();
}
void TilesetEditor::setMetatileLabelValidator() {