1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 22:17:45 +00:00

HexEditor: Fix find dialog layout

This commit is contained in:
FrHun 2021-07-27 20:28:26 +02:00 committed by Andreas Kling
parent 7f4a32e7bf
commit 3d6acc6567

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"