diff options
Diffstat (limited to 'Userland/Applications/HexEditor/HexEditorWindow.gml')
-rw-r--r-- | Userland/Applications/HexEditor/HexEditorWindow.gml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Userland/Applications/HexEditor/HexEditorWindow.gml b/Userland/Applications/HexEditor/HexEditorWindow.gml index e51b8ea3ed..467ff0176a 100644 --- a/Userland/Applications/HexEditor/HexEditorWindow.gml +++ b/Userland/Applications/HexEditor/HexEditorWindow.gml @@ -1,14 +1,12 @@ @GUI::Widget { name: "main" fill_with_background_color: true - layout: @GUI::VerticalBoxLayout { spacing: 2 } @GUI::ToolbarContainer { name: "toolbar_container" - @GUI::Toolbar { name: "toolbar" } @@ -22,9 +20,7 @@ @GUI::Widget { name: "search_results_container" visible: false - - layout: @GUI::VerticalBoxLayout { - } + layout: @GUI::VerticalBoxLayout @GUI::TableView { name: "search_results" |