Skip to content

Commit

Permalink
Qt: set minimum width for sprite attribute group box
Browse files Browse the repository at this point in the history
  • Loading branch information
fleroviux committed Dec 28, 2023
1 parent 361347b commit 6d07124
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/platform/qt/src/widget/sprite_viewer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ SpriteViewer::SpriteViewer(nba::CoreBase* core, QWidget* parent) : QWidget{paren
QGroupBox* box = new QGroupBox{};
box->setTitle("Object Attributes");
QGridLayout* grid = new QGridLayout{};
box->setMinimumWidth(230);

int row = 0;

Expand Down

0 comments on commit 6d07124

Please sign in to comment.