summaryrefslogtreecommitdiff
path: root/Userland/Applications/HexEditor
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Applications/HexEditor')
-rw-r--r--Userland/Applications/HexEditor/FindDialog.gml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Userland/Applications/HexEditor/FindDialog.gml b/Userland/Applications/HexEditor/FindDialog.gml
index 329189b1a8..57b1c9cfa9 100644
--- a/Userland/Applications/HexEditor/FindDialog.gml
+++ b/Userland/Applications/HexEditor/FindDialog.gml
@@ -11,6 +11,7 @@
@GUI::Widget {
layout: @GUI::HorizontalBoxLayout
+ fixed_height: 22
@GUI::Label {
text: "Value to find"
@@ -20,7 +21,6 @@
@GUI::TextBox {
name: "text_editor"
- fixed_height: 20
}
}
@@ -32,6 +32,7 @@
@GUI::Widget {
layout: @GUI::HorizontalBoxLayout
+ fixed_height: 22
@GUI::Button {
name: "find_button"