mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:37:46 +00:00
Serendipity: Simplify GML and fix button alignment
This commit is contained in:
parent
32e1354b9b
commit
1375c57c4a
1 changed files with 2 additions and 8 deletions
|
@ -73,12 +73,12 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@GUI::Widget {
|
@GUI::Widget {
|
||||||
fixed_width: 5
|
fixed_width: 3
|
||||||
}
|
}
|
||||||
|
|
||||||
@GUI::Widget {
|
@GUI::Widget {
|
||||||
name: "navigation_column"
|
name: "navigation_column"
|
||||||
fixed_width: 120
|
fixed_width: 115
|
||||||
min_height: 160
|
min_height: 160
|
||||||
layout: @GUI::VerticalBoxLayout {
|
layout: @GUI::VerticalBoxLayout {
|
||||||
}
|
}
|
||||||
|
@ -86,22 +86,16 @@
|
||||||
@GUI::Button {
|
@GUI::Button {
|
||||||
name: "new_button"
|
name: "new_button"
|
||||||
text: "What's New"
|
text: "What's New"
|
||||||
min_width: 115
|
|
||||||
min_height: 24
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@GUI::Button {
|
@GUI::Button {
|
||||||
name: "help_button"
|
name: "help_button"
|
||||||
text: "Help Contents"
|
text: "Help Contents"
|
||||||
min_width: 115
|
|
||||||
min_height: 24
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@GUI::Button {
|
@GUI::Button {
|
||||||
name: "next_button"
|
name: "next_button"
|
||||||
text: "Next Tip"
|
text: "Next Tip"
|
||||||
min_width: 115
|
|
||||||
min_height: 24
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue