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:
parent
b76fe6357a
commit
9fe43041f5
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue