1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 21:07:36 +00:00

LibGUI: Add OpacitySlider to ColorPicker dialog

This commit is contained in:
FrHun 2022-12-07 23:43:28 +01:00 committed by Andreas Kling
parent 59028515c0
commit e647ad2ce3
2 changed files with 29 additions and 9 deletions

View file

@ -41,6 +41,7 @@ private:
Vector<ColorButton&> m_color_widgets;
RefPtr<CustomColorWidget> m_custom_color;
RefPtr<GUI::VerticalOpacitySlider> m_alpha;
RefPtr<ColorPreview> m_preview_widget;
RefPtr<Button> m_selector_button;
RefPtr<TextBox> m_html_text;