Skip to content

sound: Simplify sliders and remove marks

This MR does the following to the sliders in the sound panel:

  • Fixes the bad practice of subclassing from GtkBox by subclassing from GtkWidget instead
  • Removes the marks from the balance and face sliders (to match the mockup in #2046)
  • Cleanups the XMLs by removing properties that are already set to their default values
  • Enables the "origin" to the subwoofer slider (it's the filled blue part)

Before

Screenshot_from_2023-01-06_19-37-27

After

Screenshot_from_2023-01-06_19-37-14

Edited by Marco Melorio

Merge request reports