Applications+Games+LibGUI: Fix layout problems

This commit is contained in:
FrHun 2022-06-29 05:05:44 +02:00 committed by Andreas Kling
commit f59c167bb0
Notes: sideshowbarker 2024-07-17 21:26:19 +09:00
10 changed files with 34 additions and 41 deletions

View file

@ -40,7 +40,7 @@
}
@GUI::Widget {
shrink_to_fit: true
preferred_height: "fit"
layout: @GUI::HorizontalBoxLayout {
spacing: 4
margins: [0, 2, 0, 2]