[vlmc-devel] MainWindow: set unified title and toolbar on mac

Rohit Yadav git at videolan.org
Mon Feb 7 20:34:04 CET 2011


vlmc | branch: master | Rohit Yadav <rohityadav89 at gmail.com> | Tue Feb  8 01:17:33 2011 +0530| [983dd8987fa4da5a490696ddecd121679fa5b6d5] | committer: Rohit Yadav

MainWindow: set unified title and toolbar on mac

> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=983dd8987fa4da5a490696ddecd121679fa5b6d5
---

 src/Gui/ui/MainWindow.ui |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/Gui/ui/MainWindow.ui b/src/Gui/ui/MainWindow.ui
index 4d38c59..9d3beec 100644
--- a/src/Gui/ui/MainWindow.ui
+++ b/src/Gui/ui/MainWindow.ui
@@ -17,6 +17,9 @@
    <iconset resource="../../../resources.qrc">
     <normaloff>:/images/vlmc</normaloff>:/images/vlmc</iconset>
   </property>
+  <property name="unifiedTitleAndToolBarOnMac">
+   <bool>true</bool>
+  </property>
   <widget class="QWidget" name="centralwidget"/>
   <widget class="QMenuBar" name="menubar">
    <property name="geometry">
@@ -24,7 +27,7 @@
      <x>0</x>
      <y>0</y>
      <width>800</width>
-     <height>21</height>
+     <height>22</height>
     </rect>
    </property>
    <widget class="QMenu" name="menuEdit">



More information about the Vlmc-devel mailing list