From 190e6e88451cb879f170bfc11fff2ab8c28416ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danielle=20For=C3=A9?= Date: Thu, 14 Mar 2024 10:26:14 -0700 Subject: [PATCH] lint --- src/Widgets/Sidebar.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Widgets/Sidebar.vala b/src/Widgets/Sidebar.vala index 4205df1b..522d1a27 100644 --- a/src/Widgets/Sidebar.vala +++ b/src/Widgets/Sidebar.vala @@ -66,7 +66,7 @@ public class Widgets.Sidebar : Gtk.Box { var do_not_disturb_label = new Gtk.Label (_("Do Not Disturb")); - var do_not_disturb_switch = new Gtk.Switch () { + var do_not_disturb_switch = new Gtk.Switch () { valign = CENTER };