From 8e9c1d223559dc614c8fea9abbdb1ed7196f6242 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danielle=20For=C3=A9?= Date: Mon, 12 Feb 2024 13:27:51 -0800 Subject: [PATCH] Update DisplaysView.vala --- src/Views/DisplaysView.vala | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Views/DisplaysView.vala b/src/Views/DisplaysView.vala index 76bedf9d..1fceea27 100644 --- a/src/Views/DisplaysView.vala +++ b/src/Views/DisplaysView.vala @@ -91,7 +91,6 @@ public class Display.DisplaysView : Gtk.Box { action_bar.pack_end (button_box); orientation = VERTICAL; - append (new Gtk.Separator (HORIZONTAL)); append (displays_overlay); append (action_bar); @@ -149,7 +148,7 @@ public class Display.DisplaysView : Gtk.Box { rotation_lock_box.append (rotation_lock_label); rotation_lock_box.append (rotation_lock_switch); - touchscreen_settings.bind ("orientation-lock", rotation_lock_switch, "state", SettingsBindFlags.DEFAULT); + touchscreen_settings.bind ("orientation-lock", rotation_lock_switch, "state", DEFAULT); } }