]> git.earman.xyz Git - sensor-watch.git/commitdiff
preferences widget: fix alignment of 'never'
authorJoey Castillo <jose.castillo@gmail.com>
Mon, 4 Oct 2021 18:11:39 +0000 (14:11 -0400)
committerJoey Castillo <jose.castillo@gmail.com>
Mon, 4 Oct 2021 18:12:39 +0000 (14:12 -0400)
launcher/widgets/settings/preferences_widget.c

index 7e583c813a2e4543956db5024fd194f9e199b283..79508ab3cda119a8678d844b54a094da7ac53f27 100644 (file)
@@ -67,7 +67,7 @@ bool preferences_widget_loop(LauncherEvent event, LauncherSettings *settings, vo
         case 2:
             switch (settings->bit.screensaver_interval) {
                 case 0:
-                    watch_display_string("never", 4);
+                    watch_display_string(" never", 4);
                     break;
                 case 1:
                     watch_display_string("1 hour", 4);