VirtualBox

Ignore:
Timestamp:
Jul 8, 2008 2:55:58 PM (16 years ago)
Author:
vboxsync
Message:

FE/Qt4: Remove that ugly border on all platforms.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox4/src/QIStatusBar.cpp

    r10367 r10373  
    4141        this, SLOT( rememberLastMessage (const QString &) )
    4242    );
    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; }");
    4645}
    4746
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette