Changeset 10373 in vbox for trunk/src/VBox/Frontends/VirtualBox4
- Timestamp:
- Jul 8, 2008 2:55:58 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/src/QIStatusBar.cpp
r10367 r10373 41 41 this, SLOT( rememberLastMessage (const QString &) ) 42 42 ); 43 #ifdef Q_WS_MAC 44 setStyleSheet ("QStatusBar::item { border: 0px none black; }"); 45 #endif /* Q_WS_MAC */ 43 /* Remove that ugly border around the statusbar items on every platform */ 44 setStyleSheet ("QStatusBar::item { border: 0px none black; }"); 46 45 } 47 46
Note:
See TracChangeset
for help on using the changeset viewer.