1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 14:57:34 +00:00

PixelPaint: Tweak layer/tool properties widget heights

There's no use for these two to be larger than necessary when
resizing the window.
This commit is contained in:
Marcus Nilsson 2021-09-16 13:31:22 +02:00 committed by Andreas Kling
parent b76fe6357a
commit 9fe43041f5

View file

@ -61,10 +61,12 @@
@PixelPaint::LayerPropertiesWidget { @PixelPaint::LayerPropertiesWidget {
name: "layer_properties_widget" name: "layer_properties_widget"
max_height: 94
} }
@PixelPaint::ToolPropertiesWidget { @PixelPaint::ToolPropertiesWidget {
name: "tool_properties_widget" name: "tool_properties_widget"
max_height: 144
} }
} }
} }