mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:37:34 +00:00
PixelPaint: Tweak height of palette widget
This commit is contained in:
parent
01d88f1b31
commit
864392254e
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ PaletteWidget::PaletteWidget()
|
|||
set_frame_thickness(0);
|
||||
set_fill_with_background_color(true);
|
||||
|
||||
set_fixed_height(34);
|
||||
set_fixed_height(33);
|
||||
|
||||
m_secondary_color_widget = add<GUI::Frame>();
|
||||
m_secondary_color_widget->set_relative_rect({ 0, 2, 60, 31 });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue