mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 15:27:35 +00:00
PixelPaint: Make the color palette widgets smaller and square
This commit is contained in:
parent
ad2752276a
commit
afc3ed228d
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ public:
|
||||||
: m_palette_widget(palette_widget)
|
: m_palette_widget(palette_widget)
|
||||||
, m_color(color)
|
, m_color(color)
|
||||||
{
|
{
|
||||||
|
set_fixed_width(16);
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual ~ColorWidget() override
|
virtual ~ColorWidget() override
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue