1
Fork 0
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:
FrHun 2022-06-10 23:08:10 +02:00 committed by Linus Groh
parent 992ff4bd63
commit fc3fd7212f
2 changed files with 6 additions and 9 deletions

View file

@ -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
}
}
}