From e4cc9d1404f290846011b5c2d5c5ce0a46e8ae40 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Sat, 19 May 2012 15:49:18 +0000 Subject: [PATCH] OX X: Force 32x32 toolbar icons rather than 24x24 Originally committed to SVN as r6834. --- aegisub/src/toolbar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aegisub/src/toolbar.cpp b/aegisub/src/toolbar.cpp index 68124b7c1..f14be0cb0 100644 --- a/aegisub/src/toolbar.cpp +++ b/aegisub/src/toolbar.cpp @@ -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)) {