diff options
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/kotlin/cc/woverflow/chatting/config/ChattingConfig.kt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/kotlin/cc/woverflow/chatting/config/ChattingConfig.kt b/src/main/kotlin/cc/woverflow/chatting/config/ChattingConfig.kt index 4684e22..ae2187f 100644 --- a/src/main/kotlin/cc/woverflow/chatting/config/ChattingConfig.kt +++ b/src/main/kotlin/cc/woverflow/chatting/config/ChattingConfig.kt @@ -89,7 +89,7 @@ object ChattingConfig : @Property( type = PropertyType.SLIDER, min = 180, - max = 10000, + max = 2160, name = "Focused Height", description = "Height in pixels.", category = "Chat Window" @@ -99,7 +99,7 @@ object ChattingConfig : @Property( type = PropertyType.SLIDER, min = 180, - max = 10000, + max = 2160, name = "Unfocused Height", description = "Height in pixels.", category = "Chat Window" @@ -219,4 +219,4 @@ object ChattingConfig : } } } -}
\ No newline at end of file +} |