Unit Preview Pane: don't force a minimum height for the tree view
This causes a window scrollbar to appear on 600h (or > min tree height + height of rest of widget) resolutions. I'll need to deal with some minimum size-setting on a dialog basis.
This commit is contained in:
parent
72f4c95b2b
commit
37a450fe19
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@
|
|||
vertical_grow = "true"
|
||||
horizontal_grow = "true"
|
||||
|
||||
{GUI_FORCE_WIDGET_MINIMUM_SIZE 225 300 (
|
||||
{GUI_FORCE_WIDGET_MINIMUM_SIZE 225 0 (
|
||||
[tree_view]
|
||||
id = "tree_details"
|
||||
indentation_step_size = 8
|
||||
|
|
Loading…
Add table
Reference in a new issue