LibGUI+Applications: Use the new layout system in the settings screens

This commit is contained in:
FrHun
2022-02-22 20:01:20 +01:00
committed by Sam Atkins
parent 3978960481
commit a6ec2b9d0a
Notes: sideshowbarker 2024-07-17 18:49:10 +09:00
8 changed files with 35 additions and 38 deletions

View File

@@ -12,7 +12,7 @@
}
@GUI::Widget {
shrink_to_fit: true
preferred_height: "fit"
layout: @GUI::HorizontalBoxLayout {
spacing: 8
}