1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 22:57:44 +00:00

LibGUI: Split OpacitySlider into vertical and horizontal helper classes

This commit is contained in:
FrHun 2022-12-07 23:40:36 +01:00 committed by Andreas Kling
parent 99624a8df4
commit 59028515c0
9 changed files with 56 additions and 11 deletions

View file

@ -16,7 +16,7 @@
margins: [8]
}
@GUI::OpacitySlider {
@GUI::HorizontalOpacitySlider {
name: "opacity_slider"
tooltip: "Opacity Slider"
}