mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:07:35 +00:00
LibGUI: Show current and selected color comparison in ColorPicker
This commit is contained in:
parent
9f5310d607
commit
b10dde70b7
2 changed files with 23 additions and 10 deletions
|
@ -58,7 +58,7 @@ private:
|
|||
|
||||
Vector<ColorButton*> m_color_widgets;
|
||||
RefPtr<CustomColorWidget> m_custom_color;
|
||||
RefPtr<Frame> m_preview_widget;
|
||||
RefPtr<Widget> m_preview_widget;
|
||||
RefPtr<TextBox> m_html_text;
|
||||
RefPtr<SpinBox> m_red_spinbox;
|
||||
RefPtr<SpinBox> m_green_spinbox;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue