diff --git a/Userland/Applications/Browser/EditBookmark.gml b/Userland/Applications/Browser/EditBookmark.gml index 4daad3f12e..49fc969d68 100644 --- a/Userland/Applications/Browser/EditBookmark.gml +++ b/Userland/Applications/Browser/EditBookmark.gml @@ -40,7 +40,7 @@ fixed_height: 24 layout: @GUI::HorizontalBoxLayout {} - @GUI::Widget {} + @GUI::Layout::Spacer {} @GUI::Button { name: "ok_button" diff --git a/Userland/Applications/BrowserSettings/ContentFilterSettingsWidget.gml b/Userland/Applications/BrowserSettings/ContentFilterSettingsWidget.gml index c3fe581935..af1284f096 100644 --- a/Userland/Applications/BrowserSettings/ContentFilterSettingsWidget.gml +++ b/Userland/Applications/BrowserSettings/ContentFilterSettingsWidget.gml @@ -23,7 +23,7 @@ fixed_height: 32 layout: @GUI::HorizontalBoxLayout {} - @GUI::Widget {} + @GUI::Layout::Spacer {} @GUI::Button { name: "add_new_domain_button" diff --git a/Userland/Applications/FileManager/FileOperationProgress.gml b/Userland/Applications/FileManager/FileOperationProgress.gml index 37500d610a..48fc2c7ee9 100644 --- a/Userland/Applications/FileManager/FileOperationProgress.gml +++ b/Userland/Applications/FileManager/FileOperationProgress.gml @@ -84,7 +84,7 @@ shrink_to_fit: true layout: @GUI::HorizontalBoxLayout {} - @GUI::Widget {} + @GUI::Layout::Spacer {} @GUI::Button { text: "Cancel" diff --git a/Userland/Applications/MouseSettings/Mouse.gml b/Userland/Applications/MouseSettings/Mouse.gml index 3044e870fa..a1f0ab9689 100644 --- a/Userland/Applications/MouseSettings/Mouse.gml +++ b/Userland/Applications/MouseSettings/Mouse.gml @@ -100,7 +100,7 @@ fixed_width: 100 } - @GUI::Widget {} + @GUI::Layout::Spacer {} } } diff --git a/Userland/Applications/Spreadsheet/csv_export.gml b/Userland/Applications/Spreadsheet/csv_export.gml index bea89d5068..97a04e894f 100644 --- a/Userland/Applications/Spreadsheet/csv_export.gml +++ b/Userland/Applications/Spreadsheet/csv_export.gml @@ -92,7 +92,7 @@ } } - @GUI::Widget {} + @GUI::Layout::Spacer {} @GUI::Widget { fixed_height: 25 @@ -109,7 +109,7 @@ } } - @GUI::Widget {} + @GUI::Layout::Spacer {} } } diff --git a/Userland/Applications/Spreadsheet/csv_import.gml b/Userland/Applications/Spreadsheet/csv_import.gml index 520b79491e..e8403db919 100644 --- a/Userland/Applications/Spreadsheet/csv_import.gml +++ b/Userland/Applications/Spreadsheet/csv_import.gml @@ -92,7 +92,7 @@ } } - @GUI::Widget {} + @GUI::Layout::Spacer {} @GUI::Widget { fixed_height: 25 @@ -109,7 +109,7 @@ } } - @GUI::Widget {} + @GUI::Layout::Spacer {} } } diff --git a/Userland/Applications/Spreadsheet/select_format_page.gml b/Userland/Applications/Spreadsheet/select_format_page.gml index 92bcaea08f..389665b64a 100644 --- a/Userland/Applications/Spreadsheet/select_format_page.gml +++ b/Userland/Applications/Spreadsheet/select_format_page.gml @@ -25,5 +25,5 @@ } } - @GUI::Widget {} + @GUI::Layout::Spacer {} } diff --git a/Userland/Applications/Welcome/WelcomeWindow.gml b/Userland/Applications/Welcome/WelcomeWindow.gml index 618b58aa73..fded2e5444 100644 --- a/Userland/Applications/Welcome/WelcomeWindow.gml +++ b/Userland/Applications/Welcome/WelcomeWindow.gml @@ -29,7 +29,7 @@ fixed_height: 60 } - @GUI::Widget {} + @GUI::Layout::Spacer {} } @GUI::Widget { diff --git a/Userland/DevTools/HackStudio/Dialogs/NewProjectDialog.gml b/Userland/DevTools/HackStudio/Dialogs/NewProjectDialog.gml index a7d9d515d6..13fd492300 100644 --- a/Userland/DevTools/HackStudio/Dialogs/NewProjectDialog.gml +++ b/Userland/DevTools/HackStudio/Dialogs/NewProjectDialog.gml @@ -86,7 +86,7 @@ layout: @GUI::HorizontalBoxLayout {} max_height: 24 - @GUI::Widget {} + @GUI::Layout::Spacer {} @GUI::Button { name: "ok_button" diff --git a/Userland/Libraries/LibGUI/FontPickerDialog.gml b/Userland/Libraries/LibGUI/FontPickerDialog.gml index 6d6074fcd0..ddf0fe0afb 100644 --- a/Userland/Libraries/LibGUI/FontPickerDialog.gml +++ b/Userland/Libraries/LibGUI/FontPickerDialog.gml @@ -71,7 +71,7 @@ fixed_height: 22 layout: @GUI::HorizontalBoxLayout {} - @GUI::Widget {} + @GUI::Layout::Spacer {} @GUI::DialogButton { name: "ok_button" diff --git a/Userland/Libraries/LibGUI/PasswordInputDialog.gml b/Userland/Libraries/LibGUI/PasswordInputDialog.gml index 8d91888248..316393a6c0 100644 --- a/Userland/Libraries/LibGUI/PasswordInputDialog.gml +++ b/Userland/Libraries/LibGUI/PasswordInputDialog.gml @@ -78,7 +78,7 @@ spacing: 6 } - @GUI::Widget {} + @GUI::Layout::Spacer {} @GUI::DialogButton { text: "OK"