mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 17:57:34 +00:00
PixelPaint: Use GUI::OpacitySlider for layer opacity settings
This commit is contained in:
parent
0b55b0bdb8
commit
47028c56c6
2 changed files with 3 additions and 4 deletions
|
@ -44,7 +44,7 @@ private:
|
|||
LayerPropertiesWidget();
|
||||
|
||||
RefPtr<GUI::CheckBox> m_visibility_checkbox;
|
||||
RefPtr<GUI::HorizontalSlider> m_opacity_slider;
|
||||
RefPtr<GUI::OpacitySlider> m_opacity_slider;
|
||||
RefPtr<GUI::TextBox> m_name_textbox;
|
||||
|
||||
WeakPtr<Layer> m_layer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue