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

LibGUI: Add a new GUI::OpacitySlider widget :^)

This widgets offers a more visually intuitive way to adjust the opacity
of something.
This commit is contained in:
Andreas Kling 2020-12-31 11:56:19 +01:00
parent acb87cd164
commit ddaa13577e
4 changed files with 221 additions and 0 deletions

View file

@ -63,6 +63,7 @@ set(SOURCES
ModelSelection.cpp
MultiView.cpp
Notification.cpp
OpacitySlider.cpp
Painter.cpp
ProcessChooser.cpp
ProgressBar.cpp