Changeset 53290 in vbox for trunk/src/VBox
- Timestamp:
- Nov 10, 2014 1:34:37 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIPortForwardingTable.cpp
r52730 r53290 510 510 { 511 511 /* Configure layout: */ 512 pMainLayout->setMargin(0); 512 #ifndef Q_WS_WIN 513 /* On Windows host that looks ugly, but 514 * On Mac OS X and X11 that deserves it's place. */ 515 pMainLayout->setContentsMargins(0, 0, 0, 0); 516 #endif /* !Q_WS_WIN */ 513 517 pMainLayout->setSpacing(3); 514 518 /* Create model: */
Note:
See TracChangeset
for help on using the changeset viewer.