mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 10:44:09 -04:00
...
This commit is contained in:
parent
6fe4d095ce
commit
a913828a6b
@ -2617,12 +2617,8 @@ void qtcDefaultSettings(Options *opts)
|
|||||||
opts->gbFactor=DEF_GB_FACTOR;
|
opts->gbFactor=DEF_GB_FACTOR;
|
||||||
opts->gbLabel=GB_LBL_BOLD|GB_LBL_OUTSIDE;
|
opts->gbLabel=GB_LBL_BOLD|GB_LBL_OUTSIDE;
|
||||||
#if defined CONFIG_DIALOG || (defined QT_VERSION && (QT_VERSION >= 0x040000))
|
#if defined CONFIG_DIALOG || (defined QT_VERSION && (QT_VERSION >= 0x040000))
|
||||||
#if defined _WIN32 || defined __APPLE__
|
// Changed by Kovid to always use standard button sizes
|
||||||
// Changed by Kovid to use standard button sizes on Windows/OS X
|
|
||||||
opts->stdBtnSizes=true;
|
opts->stdBtnSizes=true;
|
||||||
#else
|
|
||||||
opts->stdBtnSizes=false;
|
|
||||||
#endif
|
|
||||||
opts->titlebarButtons=TITLEBAR_BUTTON_ROUND|TITLEBAR_BUTTON_HOVER_SYMBOL;
|
opts->titlebarButtons=TITLEBAR_BUTTON_ROUND|TITLEBAR_BUTTON_HOVER_SYMBOL;
|
||||||
opts->titlebarIcon=TITLEBAR_ICON_NEXT_TO_TITLE;
|
opts->titlebarIcon=TITLEBAR_ICON_NEXT_TO_TITLE;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user