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 {
name: "layer_properties_widget"
max_height: 94
}
@PixelPaint::ToolPropertiesWidget {
name: "tool_properties_widget"
max_height: 144
}
}
}