Commit 748b65674ec86fc3e3d4af4929c4544ab9dce98d Parent: e63caf9573872fb0691bfdbea9c680bdd922b40b Author: mcol <mcol@posteo.net> Date: 2020-02-29 10:06:46 +0000 Committer: mcol <mcol@posteo.net> Committed: 2020-02-29 10:06:46 +0000 popup default padding should be 0, not None
qtools/__init__.py Modified
@@ -91,8 +91,8 @@ ('font', 'sans', 'Font used in notifications.'), ('fontsize', 14, 'Size of font.'), ('fontshadow', None, 'Color for text shadows, or None for no shadows.'), - ('horizontal_padding', None, 'Padding at sides of text.'), - ('vertical_padding', None, 'Padding at top and bottom of text.'), + ('horizontal_padding', 0, 'Padding at sides of text.'), + ('vertical_padding', 0, 'Padding at top and bottom of text.'), ('text_alignment', 'left', 'Text alignment: left, center or right.'), ('wrap', True, 'Whether to wrap text.'), ]