From abeb921ee2a79d34aa64de75a4fe19dcdaad04fc Mon Sep 17 00:00:00 2001 From: Etoh Date: Sat, 12 Aug 2017 21:09:52 +0100 Subject: [PATCH] Make middle the default input position --- syncplay/ui/ConfigurationGetter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncplay/ui/ConfigurationGetter.py b/syncplay/ui/ConfigurationGetter.py index 1fc22c3..371fd6a 100755 --- a/syncplay/ui/ConfigurationGetter.py +++ b/syncplay/ui/ConfigurationGetter.py @@ -70,7 +70,7 @@ class ConfigurationGetter(object): "chatInputFontWeight" : constants.DEFAULT_CHAT_INPUT_FONT_WEIGHT, "chatInputFontUnderline": False, "chatInputFontColor": constants.DEFAULT_CHAT_INPUT_FONT_COLOR, - "chatInputPosition": constants.INPUT_POSITION_TOP, + "chatInputPosition": constants.INPUT_POSITION_MIDDLE, "chatDirectInput": True, "chatOutputEnabled": True, "chatOutputFontFamily": 'sans-serif',