mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:27:35 +00:00
PixelPaint: Use the ValueSlider widget for Tool properties
Use the new ValueSlider and get rid of the temporary solution with tooltips :^)
This commit is contained in:
parent
07ad64da8c
commit
868be680c2
10 changed files with 23 additions and 57 deletions
|
@ -30,7 +30,6 @@ private:
|
|||
|
||||
bool m_use_secondary_color { false };
|
||||
int m_thickness { 1 };
|
||||
const int m_base_eraser_size { 10 };
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue