Skip to content

Commit

Permalink
KeyboardSettings: Improve KeymapDialog layout
Browse files Browse the repository at this point in the history
  • Loading branch information
frhun authored and awesomekling committed Jul 15, 2022
1 parent c79e3e5 commit 6f0fde4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Userland/Applications/KeyboardSettings/KeymapDialog.gml
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
}

0 comments on commit 6f0fde4

Please sign in to comment.