diff options
Diffstat (limited to 'Userland/Applications/BrowserSettings/BrowserSettingsWidget.gml')
-rw-r--r-- | Userland/Applications/BrowserSettings/BrowserSettingsWidget.gml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Userland/Applications/BrowserSettings/BrowserSettingsWidget.gml b/Userland/Applications/BrowserSettings/BrowserSettingsWidget.gml index 1583cdc5bf..da4fabd1d1 100644 --- a/Userland/Applications/BrowserSettings/BrowserSettingsWidget.gml +++ b/Userland/Applications/BrowserSettings/BrowserSettingsWidget.gml @@ -112,8 +112,8 @@ layout: @GUI::HorizontalBoxLayout { spacing: 16 } - name: "search_engine_combobox_group" + @GUI::Widget { fixed_width: 32 } @@ -133,8 +133,8 @@ layout: @GUI::HorizontalBoxLayout { spacing: 16 } - name: "custom_search_engine_group" + @GUI::Widget { fixed_width: 32 } |