1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 20:17:44 +00:00

PixelPaint: Make the color palette widgets smaller and square

This commit is contained in:
Andreas Kling 2021-05-15 23:10:41 +02:00
parent ad2752276a
commit afc3ed228d

View file

@ -20,6 +20,7 @@ public:
: m_palette_widget(palette_widget)
, m_color(color)
{
set_fixed_width(16);
}
virtual ~ColorWidget() override