ブーストボタンのサイズのデフォルトを40から35に変更

This commit is contained in:
tateisu 2018-08-23 09:34:00 +09:00
parent 3a2dc2e811
commit 22299c53f2
1 changed files with 1 additions and 1 deletions

View File

@ -355,7 +355,7 @@ object Pref {
val spAutoCWLines = StringPref("auto_cw_lines", "0")
val spAvatarIconSize = StringPref("avatar_icon_size", "48")
val spNotificationTlIconSize = StringPref("notification_tl_icon_size", "32")
val spBoostButtonSize = StringPref("BoostButtonSize", "40")
val spBoostButtonSize = StringPref("BoostButtonSize", "35")
val spMediaSizeMax = StringPref("max_media_size", "8")
val spTimelineFont = StringPref("timeline_font", "", skipImport = true)
val spTimelineFontBold = StringPref("timeline_font_bold", "", skipImport = true)