1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 02:57:44 +00:00

Serendipity: Simplify GML and fix button alignment

This commit is contained in:
Andreas Kling 2021-03-07 14:12:23 +01:00
parent 32e1354b9b
commit 1375c57c4a

View file

@ -73,12 +73,12 @@
}
@GUI::Widget {
fixed_width: 5
fixed_width: 3
}
@GUI::Widget {
name: "navigation_column"
fixed_width: 120
fixed_width: 115
min_height: 160
layout: @GUI::VerticalBoxLayout {
}
@ -86,22 +86,16 @@
@GUI::Button {
name: "new_button"
text: "What's New"
min_width: 115
min_height: 24
}
@GUI::Button {
name: "help_button"
text: "Help Contents"
min_width: 115
min_height: 24
}
@GUI::Button {
name: "next_button"
text: "Next Tip"
min_width: 115
min_height: 24
}
}