forked from mia/Aegisub
OX X: Force 32x32 toolbar icons rather than 24x24
Originally committed to SVN as r6834.
This commit is contained in:
parent
57d1d92a9e
commit
e4cc9d1404
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ namespace {
|
||||||
, icon_size(OPT_GET("App/Toolbar Icon Size")->GetInt())
|
, icon_size(OPT_GET("App/Toolbar Icon Size")->GetInt())
|
||||||
, icon_size_slot(OPT_SUB("App/Toolbar Icon Size", &Toolbar::OnIconSizeChange, this))
|
, icon_size_slot(OPT_SUB("App/Toolbar Icon Size", &Toolbar::OnIconSizeChange, this))
|
||||||
#else
|
#else
|
||||||
, icon_size(24)
|
, icon_size(32)
|
||||||
#endif
|
#endif
|
||||||
, hotkeys_changed_slot(hotkey::inst->AddHotkeyChangeListener(&Toolbar::RegenerateToolbar, this))
|
, hotkeys_changed_slot(hotkey::inst->AddHotkeyChangeListener(&Toolbar::RegenerateToolbar, this))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue