summaryrefslogtreecommitdiff
path: root/Userland/Applications/HexEditor/HexEditorWindow.gml
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Applications/HexEditor/HexEditorWindow.gml')
-rw-r--r--Userland/Applications/HexEditor/HexEditorWindow.gml18
1 files changed, 16 insertions, 2 deletions
diff --git a/Userland/Applications/HexEditor/HexEditorWindow.gml b/Userland/Applications/HexEditor/HexEditorWindow.gml
index 6480759158..e51b8ea3ed 100644
--- a/Userland/Applications/HexEditor/HexEditorWindow.gml
+++ b/Userland/Applications/HexEditor/HexEditorWindow.gml
@@ -14,8 +14,22 @@
}
}
- @HexEditor::HexEditor {
- name: "editor"
+ @GUI::HorizontalSplitter {
+ @HexEditor::HexEditor {
+ name: "editor"
+ }
+
+ @GUI::Widget {
+ name: "search_results_container"
+ visible: false
+
+ layout: @GUI::VerticalBoxLayout {
+ }
+
+ @GUI::TableView {
+ name: "search_results"
+ }
+ }
}
@GUI::Statusbar {