wacom-stylus-page: Tweak the GtkScales
- Use GtkScales marks instead of adding GtkLabels at the sides of the scales
- Use GtkScale=draw-value=False, as this property is already FALSE by default
- Set the scales as the activatable widgets of their AdwActionRows, which also sets the a11y labels automatically
- Put the GtkAdjusment directly in the GtkScale:adjusment property, which simplifies the code
- Set the default scale marks in the .ui file
- Remove GtkScale:vexpand=True as it does nothing
Before | After |
---|---|