From f3d1be933aca149e33a1be143a2b13bf2a6501b7 Mon Sep 17 00:00:00 2001 From: Tim Ledbetter Date: Tue, 28 Feb 2023 03:27:43 +0000 Subject: [PATCH] PixelPaint: Remove shrink_to_fit property from LevelsDialog GML This was causing the levels dialog to be displayed incorrectly. --- Userland/Applications/PixelPaint/LevelsDialog.gml | 1 - 1 file changed, 1 deletion(-) diff --git a/Userland/Applications/PixelPaint/LevelsDialog.gml b/Userland/Applications/PixelPaint/LevelsDialog.gml index 78b187e7c19..67f73a74ac9 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 {