From 5520df2db72509ea206fa68ef4981fbc630c16d8 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Fri, 20 Apr 2007 00:03:50 +0000 Subject: [PATCH] Qt4 - Cosmetic changes. --- modules/gui/qt4/components/simple_preferences.cpp | 2 +- modules/gui/qt4/menus.cpp | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/modules/gui/qt4/components/simple_preferences.cpp b/modules/gui/qt4/components/simple_preferences.cpp index eef694ad8b..58a5bf17e8 100644 --- a/modules/gui/qt4/components/simple_preferences.cpp +++ b/modules/gui/qt4/components/simple_preferences.cpp @@ -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 diff --git a/modules/gui/qt4/menus.cpp b/modules/gui/qt4/menus.cpp index 8b59d2c73e..40a662cb0b 100644 --- a/modules/gui/qt4/menus.cpp +++ b/modules/gui/qt4/menus.cpp @@ -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 ) { -- 2.39.2