mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-05 17:16:04 +00:00
HexEditor: Fix find dialog layout
This commit is contained in:
parent
7f4a32e7bf
commit
3d6acc6567
Notes:
sideshowbarker
2024-07-18 08:00:55 +09:00
Author: https://github.com/frhun
Commit: 3d6acc6567
Pull-request: https://github.com/SerenityOS/serenity/pull/9044
1 changed files with 2 additions and 1 deletions
|
@ -11,6 +11,7 @@
|
||||||
|
|
||||||
@GUI::Widget {
|
@GUI::Widget {
|
||||||
layout: @GUI::HorizontalBoxLayout
|
layout: @GUI::HorizontalBoxLayout
|
||||||
|
fixed_height: 22
|
||||||
|
|
||||||
@GUI::Label {
|
@GUI::Label {
|
||||||
text: "Value to find"
|
text: "Value to find"
|
||||||
|
@ -20,7 +21,6 @@
|
||||||
|
|
||||||
@GUI::TextBox {
|
@GUI::TextBox {
|
||||||
name: "text_editor"
|
name: "text_editor"
|
||||||
fixed_height: 20
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -32,6 +32,7 @@
|
||||||
|
|
||||||
@GUI::Widget {
|
@GUI::Widget {
|
||||||
layout: @GUI::HorizontalBoxLayout
|
layout: @GUI::HorizontalBoxLayout
|
||||||
|
fixed_height: 22
|
||||||
|
|
||||||
@GUI::Button {
|
@GUI::Button {
|
||||||
name: "find_button"
|
name: "find_button"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue