Changeset 54832 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Mar 18, 2015 2:36:52 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsGeneral.cpp
r54831 r54832 298 298 /* Configure Description text editor: */ 299 299 #ifdef Q_WS_MAC 300 mTeDescription->setMinimum (150);300 mTeDescription->setMinimumHeight(150); 301 301 #endif /* Q_WS_MAC */ 302 302 }
Note:
See TracChangeset
for help on using the changeset viewer.