mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 20:59:16 +00:00
LibGUI: Split OpacitySlider into vertical and horizontal helper classes
This commit is contained in:
parent
99624a8df4
commit
59028515c0
Notes:
sideshowbarker
2024-07-17 04:03:27 +09:00
Author: https://github.com/frhun
Commit: 59028515c0
Pull-request: https://github.com/SerenityOS/serenity/pull/16369
Reviewed-by: https://github.com/MacDue ✅
9 changed files with 56 additions and 11 deletions
|
@ -8,12 +8,13 @@ Defines a GUI opacity slider widget.
|
|||
|
||||
## Synopsis
|
||||
|
||||
`@GUI::OpacitySlider`
|
||||
`@GUI::HorizontalOpacitySlider`
|
||||
`@GUI::VerticalOpacitySlider`
|
||||
|
||||
## Examples
|
||||
|
||||
```gml
|
||||
@GUI::OpacitySlider {
|
||||
@GUI::HorizontalOpacitySlider {
|
||||
name: "opacity_slider"
|
||||
tooltip: "Opacity Slider"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue