]> git.sesse.net Git - vlc/commitdiff
Qt4 - Cosmetic changes.
authorJean-Baptiste Kempf <jb@videolan.org>
Fri, 20 Apr 2007 00:03:50 +0000 (00:03 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 20 Apr 2007 00:03:50 +0000 (00:03 +0000)
modules/gui/qt4/components/simple_preferences.cpp
modules/gui/qt4/menus.cpp

index eef694ad8b5a253424cda601711f59a434bfe976..58a5bf17e8a41a4cbb6ca28960288858a9268fc8 100644 (file)
@@ -43,7 +43,7 @@
 #include "ui/sprefs_interface.h"
 
 #define ICON_HEIGHT 64
-#define BUTTON_HEIGHT 76
+#define BUTTON_HEIGHT 74
 
 /*********************************************************************
  * The List of categories
index 8b59d2c73e904420c418e7670f54703f84655b52..40a662cb0be5a810e4a0fb727b83ddc05834b768 100644 (file)
@@ -201,7 +201,8 @@ QMenu *QVLCMenu::FileMenu()
     DP_SADD( qtr("Open &Capture Device..." ), "", "", openCaptureDialog(),
             "Ctrl+C" );
     menu->addSeparator();
-    DP_SADD( qtr("&Streaming..."), "", "", openThenStreamingDialogs(), "Ctrl+S" );
+    DP_SADD( qtr("&Streaming..."), "", "", openThenStreamingDialogs(), 
+            "Ctrl+S" );
     menu->addSeparator();
     DP_SADD( qtr("&Quit") , "", "", quit(), "Ctrl+Q");
     return menu;
@@ -437,7 +438,7 @@ QMenu *QVLCMenu::HelpMenu()
     QMenu *toolsmenu = ToolsMenu( p_intf, NULL, false, false ); \
     toolsmenu->setTitle( qtr("Tools" ) ); \
     menu->addMenu( toolsmenu ); \
-    DP_SADD( qtr("Quit"), "", "", quit() , NULL );
+    DP_SADD( qtr("Quit"), "", "", quit() , "Ctrl+Q" );
 
 void QVLCMenu::VideoPopupMenu( intf_thread_t *p_intf )
 {