Changeset 9797 in vbox for trunk/src/VBox/Frontends/VirtualBox4/include/VBoxToolBar.h
- Timestamp:
- Jun 18, 2008 3:46:27 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/include/VBoxToolBar.h
r9495 r9797 48 48 if (layout()) 49 49 layout()->setContentsMargins (0, 0, 0, 0);; 50 #ifdef Q_WS_WIN 51 /* Remove that ugly frame panel around the toolbar. */ 52 setStyleSheet ("QToolBar { border: 0px none black; }"); 53 #endif // Q_WS_WIN 50 54 } 51 55
Note:
See TracChangeset
for help on using the changeset viewer.