mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 03:27:44 +00:00
Run: Use the new DialogButton
This commit is contained in:
parent
992ff4bd63
commit
fc3fd7212f
2 changed files with 6 additions and 9 deletions
|
@ -43,22 +43,19 @@
|
|||
|
||||
@GUI::Layout::Spacer {}
|
||||
|
||||
@GUI::Button {
|
||||
@GUI::DialogButton {
|
||||
name: "ok_button"
|
||||
text: "OK"
|
||||
fixed_width: 80
|
||||
}
|
||||
|
||||
@GUI::Button {
|
||||
@GUI::DialogButton {
|
||||
name: "cancel_button"
|
||||
text: "Cancel"
|
||||
fixed_width: 80
|
||||
}
|
||||
|
||||
@GUI::Button {
|
||||
@GUI::DialogButton {
|
||||
name: "browse_button"
|
||||
text: "Browse..."
|
||||
fixed_width: 80
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue