OX X: Force 32x32 toolbar icons rather than 24x24

Originally committed to SVN as r6834.
This commit is contained in:
Thomas Goyne 2012-05-19 15:49:18 +00:00
parent 57d1d92a9e
commit e4cc9d1404
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ namespace {
, icon_size(OPT_GET("App/Toolbar Icon Size")->GetInt())
, icon_size_slot(OPT_SUB("App/Toolbar Icon Size", &Toolbar::OnIconSizeChange, this))
#else
, icon_size(24)
, icon_size(32)
#endif
, hotkeys_changed_slot(hotkey::inst->AddHotkeyChangeListener(&Toolbar::RegenerateToolbar, this))
{