Add cursor states to bars and sliders
This commit is contained in:
parent
53cfc1bf23
commit
c8a9b39c00
@ -59,6 +59,7 @@ style bar:
|
|||||||
thumb Frame("scrollbar_horizontal_[prefix_]thumb", gui.slider_borders, tile=gui.slider_tile)
|
thumb Frame("scrollbar_horizontal_[prefix_]thumb", gui.slider_borders, tile=gui.slider_tile)
|
||||||
hover_sound "sounds/qubodup-hover1.ogg"
|
hover_sound "sounds/qubodup-hover1.ogg"
|
||||||
activate_sound "sounds/qubodup-click2.ogg"
|
activate_sound "sounds/qubodup-click2.ogg"
|
||||||
|
mouse "button"
|
||||||
|
|
||||||
# style vbar:
|
# style vbar:
|
||||||
# unscrollable gui.unscrollable
|
# unscrollable gui.unscrollable
|
||||||
@ -73,6 +74,7 @@ style scrollbar:
|
|||||||
thumb Frame("scrollbar_horizontal_[prefix_]thumb", gui.slider_borders, tile=gui.slider_tile)
|
thumb Frame("scrollbar_horizontal_[prefix_]thumb", gui.slider_borders, tile=gui.slider_tile)
|
||||||
hover_sound "sounds/qubodup-hover1.ogg"
|
hover_sound "sounds/qubodup-hover1.ogg"
|
||||||
activate_sound "sounds/qubodup-click2.ogg"
|
activate_sound "sounds/qubodup-click2.ogg"
|
||||||
|
mouse "button"
|
||||||
|
|
||||||
style vscrollbar:
|
style vscrollbar:
|
||||||
unscrollable gui.unscrollable
|
unscrollable gui.unscrollable
|
||||||
@ -81,6 +83,7 @@ style vscrollbar:
|
|||||||
thumb Frame("scrollbar_vertical_[prefix_]thumb", gui.slider_borders, tile=gui.slider_tile)
|
thumb Frame("scrollbar_vertical_[prefix_]thumb", gui.slider_borders, tile=gui.slider_tile)
|
||||||
hover_sound "sounds/qubodup-hover1.ogg"
|
hover_sound "sounds/qubodup-hover1.ogg"
|
||||||
activate_sound "sounds/qubodup-click2.ogg"
|
activate_sound "sounds/qubodup-click2.ogg"
|
||||||
|
mouse "button"
|
||||||
|
|
||||||
# style dark_vscrollbar:
|
# style dark_vscrollbar:
|
||||||
# unscrollable gui.unscrollable
|
# unscrollable gui.unscrollable
|
||||||
|
@ -14,7 +14,7 @@ screen settings_general():
|
|||||||
textbutton _("System Cursor") action Preference("system cursor", "toggle")
|
textbutton _("System Cursor") action Preference("system cursor", "toggle")
|
||||||
textbutton _("Autosaves") action ToggleField(store, "_autosave")
|
textbutton _("Autosaves") action ToggleField(store, "_autosave")
|
||||||
textbutton _("Automatic Update Checks") action settings.Toggle("updates")
|
textbutton _("Automatic Update Checks") action settings.Toggle("updates")
|
||||||
textbutton _("Kinetic Text") action settings.Toggle("kinetictext")
|
textbutton _("Kinetic Text") action settings.Toggle("kinetictext") tooltip "{bounce}Kinetic Text Example.{/bounce}"
|
||||||
|
|
||||||
text _("Skipping")
|
text _("Skipping")
|
||||||
textbutton _("Skip Unseen Text") action Preference("skip", "toggle")
|
textbutton _("Skip Unseen Text") action Preference("skip", "toggle")
|
||||||
|
Loading…
Reference in New Issue
Block a user