1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 06:57:46 +00:00

LibGUI: Use new DialogButton for consistency

This commit is contained in:
FrHun 2022-06-10 23:03:11 +02:00 committed by Linus Groh
parent 4c84e64b2a
commit 992ff4bd63
8 changed files with 18 additions and 34 deletions

View file

@ -78,16 +78,14 @@
@GUI::Widget {}
@GUI::Button {
@GUI::DialogButton {
text: "OK"
name: "ok_button"
fixed_width: 75
}
@GUI::Button {
@GUI::DialogButton {
text: "Cancel"
name: "cancel_button"
fixed_width: 75
}
}
}