mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 15:07:45 +00:00
DisplaySettings: Use shrink-to-fit to simplify GML
This commit is contained in:
parent
21bacec13f
commit
ded4d576df
1 changed files with 5 additions and 9 deletions
|
@ -12,9 +12,8 @@
|
|||
}
|
||||
|
||||
@GUI::Widget {
|
||||
fixed_height: 22
|
||||
shrink_to_fit: true
|
||||
layout: @GUI::HorizontalBoxLayout {
|
||||
margins: [0, 4, 0, 0]
|
||||
}
|
||||
|
||||
@GUI::Label {
|
||||
|
@ -37,9 +36,8 @@
|
|||
}
|
||||
|
||||
@GUI::Widget {
|
||||
fixed_height: 22
|
||||
shrink_to_fit: true
|
||||
layout: @GUI::HorizontalBoxLayout {
|
||||
margins: [0, 4, 0, 0]
|
||||
}
|
||||
|
||||
@GUI::Label {
|
||||
|
@ -54,9 +52,8 @@
|
|||
}
|
||||
|
||||
@GUI::Widget {
|
||||
fixed_height: 22
|
||||
shrink_to_fit: true
|
||||
layout: @GUI::HorizontalBoxLayout {
|
||||
margins: [0, 4, 0, 0]
|
||||
}
|
||||
|
||||
@GUI::Label {
|
||||
|
@ -72,9 +69,8 @@
|
|||
|
||||
|
||||
@GUI::Widget {
|
||||
fixed_height: 22
|
||||
shrink_to_fit: true
|
||||
layout: @GUI::HorizontalBoxLayout {
|
||||
margins: [0, 4, 0, 0]
|
||||
}
|
||||
|
||||
@GUI::Label {
|
||||
|
@ -93,7 +89,7 @@
|
|||
}
|
||||
|
||||
@GUI::Widget {
|
||||
fixed_height: 22
|
||||
shrink_to_fit: true
|
||||
layout: @GUI::HorizontalBoxLayout {
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue