1
Fork 0
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:
Andreas Kling 2021-01-04 18:23:34 +01:00
parent 21bacec13f
commit ded4d576df

View file

@ -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 {
}