From da2eb63652f2ca1779e37f109fc5d96eaf09963e Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Thu, 27 Jan 2022 16:51:32 -0500 Subject: [PATCH] BrowserSettings: Use standard text placement for check box text --- .../Applications/BrowserSettings/BrowserSettingsWidget.gml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Userland/Applications/BrowserSettings/BrowserSettingsWidget.gml b/Userland/Applications/BrowserSettings/BrowserSettingsWidget.gml index a63df94f04..c631421ad7 100644 --- a/Userland/Applications/BrowserSettings/BrowserSettingsWidget.gml +++ b/Userland/Applications/BrowserSettings/BrowserSettingsWidget.gml @@ -79,14 +79,9 @@ fixed_width: 32 } - @GUI::Label { - text: "Show bookmarks:" - text_alignment: "CenterLeft" - fixed_width: 110 - } - @GUI::CheckBox { name: "show_bookmarks_bar_checkbox" + text: "Show bookmarks" } } }