jstaf / onedriver

A native Linux filesystem for Microsoft OneDrive
GNU General Public License v3.0
1.88k stars 92 forks source link

Mount/Unmount slider switch position difficult to see #262

Open ceejayemm opened 2 years ago

ceejayemm commented 2 years ago

In solving my initial problem with getting Onedriver to work (see #254) I have discovered that, on my MX Linux 21-1 system at least, the position of the Mount/Unmount slider switch is difficult to see making it difficult to know which way to set this switch. May be the colour contrast of the slider needs to be changed to make it easier to see - or better still replaced with radio buttons (or something else) to make its position clearer.

I have attached a screenshot of what I am seeing to illustrate this issue.

Chris

Screenshot_2022-06-14_19-18-38

jstaf commented 2 years ago

Does MX Linux ship with a custom GTK theme? Or is this a custom GTK theme that you have installed? We are just using the default GTK switch here: nothing special has been done to the interface, it's just rendering GTK widgets with your default settings.

Though I am tempted to blame the custom GTK theme here, maybe I can review things and see if there is a way to have selectable GTKListBoxRow widgets without the blue color (though you have only one drive setup here, the other "non-active" rows would not be blue, making this easier to see).