summaryrefslogtreecommitdiff
path: root/Userland
diff options
context:
space:
mode:
authorTim Ledbetter <timledbetter@gmail.com>2023-02-28 03:27:43 +0000
committerSam Atkins <atkinssj@gmail.com>2023-02-28 08:44:05 +0000
commitf3d1be933aca149e33a1be143a2b13bf2a6501b7 (patch)
tree8ff870adb86ee9b474c342bd7b1bd07d4367b653 /Userland
parent57cc2bab4b7d305f0f5f90435c1a08fbe0448eee (diff)
downloadserenity-f3d1be933aca149e33a1be143a2b13bf2a6501b7.zip
PixelPaint: Remove shrink_to_fit property from LevelsDialog GML
This was causing the levels dialog to be displayed incorrectly.
Diffstat (limited to 'Userland')
-rw-r--r--Userland/Applications/PixelPaint/LevelsDialog.gml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Applications/PixelPaint/LevelsDialog.gml b/Userland/Applications/PixelPaint/LevelsDialog.gml
index 78b187e7c1..67f73a74ac 100644
--- a/Userland/Applications/PixelPaint/LevelsDialog.gml
+++ b/Userland/Applications/PixelPaint/LevelsDialog.gml
@@ -5,7 +5,6 @@
}
@GUI::Widget {
- shrink_to_fit: true
layout: @GUI::VerticalBoxLayout {}
@GUI::Label {