mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:47:46 +00:00
LibGUI+Applications: Use the new layout system in the settings screens
This commit is contained in:
parent
3978960481
commit
a6ec2b9d0a
8 changed files with 35 additions and 38 deletions
|
@ -23,13 +23,13 @@
|
|||
}
|
||||
|
||||
@GUI::Widget {
|
||||
shrink_to_fit: true
|
||||
preferred_height: "fit"
|
||||
layout: @GUI::HorizontalBoxLayout {}
|
||||
|
||||
@GUI::Label {
|
||||
text: "Theme:"
|
||||
text_alignment: "CenterLeft"
|
||||
fixed_width: 95
|
||||
preferred_width: 95
|
||||
}
|
||||
|
||||
@GUI::ComboBox {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue