diff options
Diffstat (limited to 'Userland/Applications/HexEditor/FindDialog.gml')
-rw-r--r-- | Userland/Applications/HexEditor/FindDialog.gml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Userland/Applications/HexEditor/FindDialog.gml b/Userland/Applications/HexEditor/FindDialog.gml index f3b9aac85f..5afcea8a24 100644 --- a/Userland/Applications/HexEditor/FindDialog.gml +++ b/Userland/Applications/HexEditor/FindDialog.gml @@ -3,7 +3,6 @@ fixed_width: 280 fixed_height: 146 fill_with_background_color: true - layout: @GUI::VerticalBoxLayout { spacing: 2 margins: [4] @@ -11,8 +10,8 @@ @GUI::Widget { layout: @GUI::HorizontalBoxLayout - fixed_height: 22 + fixed_height: 22 @GUI::Label { text: "Value to find" fixed_width: 80 @@ -32,8 +31,8 @@ @GUI::Widget { layout: @GUI::HorizontalBoxLayout - fixed_height: 22 + fixed_height: 22 @GUI::Button { name: "find_button" text: "Find" |