Skip to content

Commit

Permalink
Adjust width to fit new properties
Browse files Browse the repository at this point in the history
  • Loading branch information
snipercup committed Sep 19, 2023
1 parent f78a228 commit 7a6775c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion object_creator/item_group_window.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,7 @@ creator::itemGroupEntry::itemGroupEntry( QWidget* parent, QString entryText, boo
"contents-item", "contents-group", "container-item", "ammo-item",
"entry-wrapper", "sealed", "variant" } );
}
add_property->setMaximumWidth( 120 );
add_property->setMaximumWidth( 145 );
connect( add_property, QOverload<int>::of( &QComboBox::activated ),
[=](){ add_property_changed(); }) ;

Expand Down

0 comments on commit 7a6775c

Please sign in to comment.