From a913828a6b226eab3135aade31a6976a997d2ffe Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 3 Jun 2012 23:24:58 +0530 Subject: [PATCH] ... --- src/qtcurve/common/config_file.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/qtcurve/common/config_file.c b/src/qtcurve/common/config_file.c index 328627e2c9..639f696747 100644 --- a/src/qtcurve/common/config_file.c +++ b/src/qtcurve/common/config_file.c @@ -2617,12 +2617,8 @@ void qtcDefaultSettings(Options *opts) opts->gbFactor=DEF_GB_FACTOR; opts->gbLabel=GB_LBL_BOLD|GB_LBL_OUTSIDE; #if defined CONFIG_DIALOG || (defined QT_VERSION && (QT_VERSION >= 0x040000)) -#if defined _WIN32 || defined __APPLE__ - // Changed by Kovid to use standard button sizes on Windows/OS X + // Changed by Kovid to always use standard button sizes opts->stdBtnSizes=true; -#else - opts->stdBtnSizes=false; -#endif opts->titlebarButtons=TITLEBAR_BUTTON_ROUND|TITLEBAR_BUTTON_HOVER_SYMBOL; opts->titlebarIcon=TITLEBAR_ICON_NEXT_TO_TITLE; #endif