This commit is contained in:
Kovid Goyal 2012-06-03 23:24:58 +05:30
parent 6fe4d095ce
commit a913828a6b

View File

@ -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