mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
This isn't a great solution since it's still just a static number, but it does at least improve the situation a bit for now.
This commit is contained in:
@@ -105,8 +105,7 @@ public:
|
||||
, prefered_dimension_count(dimension_count)
|
||||
, show_empty(show_empty)
|
||||
{
|
||||
//item_size = wxSize(150, 23);
|
||||
subcolumns[0].size = wxSize(140,23);
|
||||
subcolumns[0].size = wxSize(210, 23);
|
||||
if (dimension_count > 0) {
|
||||
subcolumns[0].selection = NO_SELECTION;
|
||||
subcolumns[0].can_select = false;
|
||||
|
||||
Reference in New Issue
Block a user