Skip to content

Commit 869a793

Browse files
committed
Change the default chat width
1 parent 079f7af commit 869a793

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • app/src/main/java/com/perflyst/twire/service

app/src/main/java/com/perflyst/twire/service/Settings.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ object Settings {
283283
* Chat - The chat landscape width: From 0 to 100
284284
*/
285285
@JvmStatic
286-
var chatLandscapeWidth by Pref(CHAT_LANDSCAPE_WIDTH, 40)
286+
var chatLandscapeWidth by Pref(CHAT_LANDSCAPE_WIDTH, 35)
287287

288288
/**
289289
* Chat - Should the chat be able to be showed in landscape

0 commit comments

Comments
 (0)