mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-11 09:35:47 -04:00
Qt: Enable unifiedTitleAndToolBarOnMac in main window
This commit is contained in:
@ -20,6 +20,9 @@
|
||||
<iconset resource="resources/resources.qrc">
|
||||
<normaloff>:/icons/duck.png</normaloff>:/icons/duck.png</iconset>
|
||||
</property>
|
||||
<property name="unifiedTitleAndToolBarOnMac">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<widget class="QStackedWidget" name="mainContainer"/>
|
||||
<widget class="QMenuBar" name="menuBar">
|
||||
<property name="geometry">
|
||||
|
Reference in New Issue
Block a user