HexEditor: Fix find dialog layout

This commit is contained in:
FrHun 2021-07-27 20:28:26 +02:00 committed by Andreas Kling
commit 3d6acc6567
Notes: sideshowbarker 2024-07-18 08:00:55 +09:00

View file

@ -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"