quick fix

gh-pages
somas95 2018-04-15 03:14:16 +02:00
parent 7c2c4bcc1e
commit 834234652e
1 changed files with 1 additions and 1 deletions

View File

@ -1037,7 +1037,7 @@ class UberwriterWindow(Window):
# Setup dark mode if so
if self.settings.get_value("dark-mode"):
self.dark_mode_button.set_active()
self.dark_mode_button.set_active(True)
base_leftmargin = 100
self.TextEditor.set_left_margin(base_leftmargin)