- Timestamp:
- Nov 13, 2017 3:38:31 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIPortForwardingTable.cpp
r69500 r69676 32 32 33 33 /* GUI includes: */ 34 # include "UIDesktopWidgetWatchdog.h" 34 35 # include "UIPortForwardingTable.h" 35 36 # include "UIMessageCenter.h" … … 938 939 retranslateUi(); 939 940 940 /* Minimum Size: */941 setMinimumSize( 600, 250);941 /* Limit the minimum size to 33% of screen size: */ 942 setMinimumSize(gpDesktop->screenGeometry(this).size() / 3); 942 943 } 943 944
Note:
See TracChangeset
for help on using the changeset viewer.