diff options
author | FrHun <28605587+frhun@users.noreply.github.com> | 2022-05-26 15:34:32 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2022-06-30 11:51:25 +0200 |
commit | c2d344bd8c3a665a957c77fe3c1741d8bfe875ec (patch) | |
tree | 4767978b76bfb974ed5dc18b5c5f6e1bafcd84ac /Userland/Applications/ThemeEditor/AlignmentProperty.gml | |
parent | 93112458b8e3628de01185239fd95ee90cc6278b (diff) | |
download | serenity-c2d344bd8c3a665a957c77fe3c1741d8bfe875ec.zip |
ThemeEditor: Fix layout for new layout system
Diffstat (limited to 'Userland/Applications/ThemeEditor/AlignmentProperty.gml')
-rw-r--r-- | Userland/Applications/ThemeEditor/AlignmentProperty.gml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Applications/ThemeEditor/AlignmentProperty.gml b/Userland/Applications/ThemeEditor/AlignmentProperty.gml index e0a62ee7e6..235bb90a26 100644 --- a/Userland/Applications/ThemeEditor/AlignmentProperty.gml +++ b/Userland/Applications/ThemeEditor/AlignmentProperty.gml @@ -2,7 +2,7 @@ layout: @GUI::HorizontalBoxLayout { spacing: 4 } - shrink_to_fit: true + preferred_height: "fit" @GUI::Label { name: "name" |