PixelPaint: Tweak height of palette widget

This commit is contained in:
Andreas Kling 2021-05-16 00:32:53 +02:00
commit 864392254e
Notes: sideshowbarker 2024-07-18 18:04:10 +09:00

View file

@ -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 });