mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-18 15:32:22 +00:00
LibGUI: Add ValueSlider widget
ValueSlider is a more generalized version of OpacitySlider when we need a slider with values displayed. It will always show the current value with a user defined suffix.
This commit is contained in:
parent
2cd8b21974
commit
07ad64da8c
Notes:
sideshowbarker
2024-07-18 07:24:10 +09:00
Author: https://github.com/metmo
Commit: 07ad64da8c
Pull-request: https://github.com/SerenityOS/serenity/pull/9235
5 changed files with 258 additions and 1 deletions
|
@ -74,6 +74,7 @@ class FontsChangeEvent;
|
|||
class Toolbar;
|
||||
class ToolbarContainer;
|
||||
class TreeView;
|
||||
class ValueSlider;
|
||||
class Variant;
|
||||
class VerticalBoxLayout;
|
||||
class VerticalSlider;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue