Changeset 17785 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Mar 13, 2009 1:22:04 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 44318
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMSettingsNetwork.cpp
r17784 r17785 52 52 if (w->parent() == this) 53 53 w->setFixedHeight (w->sizeHint().height()); 54 55 /* Remove tool-button border at MAC */ 56 mTbCable->setStyleSheet ("QToolButton {border: 0px none black;}"); 57 mTbDetails->setStyleSheet ("QToolButton {border: 0px none black;}"); 54 58 #endif /* Q_WS_MAC */ 55 59 }
Note:
See TracChangeset
for help on using the changeset viewer.