My code is normal and all the bars use the same style so I don't understand why the auto-forward works the other way around compared to the other bars. Am I the only one with this issue? Any way to change this around?
Code: Select all
imagemap:
auto "menu/prefs_%s.png"
hotspot (206, 261, 178, 124) action Preference("display", "fullscreen")
hotspot (216, 126, 159, 121) action Preference("display", "window")
hotspot (985, 131, 205, 118) action Preference("skip", "seen")
hotspot (1000, 256, 169, 122) action Preference("skip", "all")
hotspot (175, 528, 113, 116) action Language(None)
hotspot (300, 524, 117, 121) action Language("english")
bar pos (0.711, 128) value Preference("text speed") style "pref_slider"
bar pos (0.711, 293) value Preference("auto-forward time") style "pref_slider"
bar pos (0.711, 458) value Preference("music volume") style "pref_slider"
bar pos (0.711, 623) value Preference("sound volume") style "pref_slider"
init -2 python:
style.pref_frame.xfill = True
style.pref_frame.xmargin = 5
style.pref_frame.top_margin = 5
style.pref_vbox.xfill = True
style.pref_button.size_group = "pref"
style.pref_button.xalign = 1.0
style.pref_slider.left_bar = "menu/bar_full.png"
style.pref_slider.right_bar = "menu/bar_empty.png"
style.pref_slider.hover_left_bar = "menu/bar_hover.png"
style.pref_slider.thumb = None
style.pref_slider.xmaximum = 380
style.pref_slider.ymaximum = 22
style.pref_slider.xalign = 1.0
style.soundtest_button.xalign = 1.0