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" } } }