mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 14:57:34 +00:00
LibGUI: Add OpacitySlider to ColorPicker dialog
This commit is contained in:
parent
59028515c0
commit
e647ad2ce3
2 changed files with 29 additions and 9 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue