KeyboardSettings: Improve KeymapDialog layout
This commit is contained in:
parent
c79e3e5a8b
commit
6f0fde4559
Notes:
sideshowbarker
2024-07-17 08:54:44 +09:00
Author: https://github.com/frhun Commit: https://github.com/SerenityOS/serenity/commit/6f0fde4559 Pull-request: https://github.com/SerenityOS/serenity/pull/14491
1 changed files with 7 additions and 7 deletions
|
@ -9,21 +9,21 @@
|
|||
}
|
||||
|
||||
@GUI::Widget {
|
||||
fixed_height: 24
|
||||
layout: @GUI::HorizontalBoxLayout {}
|
||||
layout: @GUI::HorizontalBoxLayout {
|
||||
spacing: 6
|
||||
}
|
||||
preferred_height: "fit"
|
||||
|
||||
@GUI::Widget {}
|
||||
@GUI::Layout::Spacer {}
|
||||
|
||||
@GUI::Button {
|
||||
@GUI::DialogButton {
|
||||
name: "ok_button"
|
||||
text: "OK"
|
||||
fixed_width: 75
|
||||
}
|
||||
|
||||
@GUI::Button {
|
||||
@GUI::DialogButton {
|
||||
name: "cancel_button"
|
||||
text: "Cancel"
|
||||
fixed_width: 75
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue