VirtualBox

Ignore:
Timestamp:
Jun 18, 2008 3:46:27 PM (17 years ago)
Author:
vboxsync
Message:

FE/Qt4-Win: Remove that ugly frame panel around the toolbar.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox4/include/VBoxToolBar.h

    r9495 r9797  
    4848        if (layout())
    4949            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
    5054    }
    5155
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