Skip to content

Commit

Permalink
Fix Tileset Editor UI briefly shrinking after window is shown
Browse files Browse the repository at this point in the history
  • Loading branch information
GriffinRichards committed Jan 13, 2024
1 parent e873e4c commit 43747bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/tileseteditor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 43747bd

Please sign in to comment.