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

PixelPaint: Tweak height of palette widget

This commit is contained in:
Andreas Kling 2021-05-16 00:32:53 +02:00
parent 01d88f1b31
commit 864392254e

View file

@ -61,7 +61,7 @@ PaletteWidget::PaletteWidget()
set_frame_thickness(0); set_frame_thickness(0);
set_fill_with_background_color(true); 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 = add<GUI::Frame>();
m_secondary_color_widget->set_relative_rect({ 0, 2, 60, 31 }); m_secondary_color_widget->set_relative_rect({ 0, 2, 60, 31 });