B00merang-Project / Windows-10

Windows 10 Light theme for Linux (GTK)
http://b00merang.weebly.com/windows-10.html
GNU General Public License v3.0
812 stars 113 forks source link

Gtk::switch fix#176 #177

Closed jabiertxof closed 4 years ago

jabiertxof commented 4 years ago

This fix issue https://github.com/B00merang-Project/Windows-10/issues/176 when using switch inside a popup.

Elbullazul commented 4 years ago

does it fixes it with 0px ?

jabiertxof commented 4 years ago

@Elbullazul no it need to be 1px, lower values become distorsion to the max of 0 or 0px (the same)

jabiertxof commented 4 years ago

Also is a windows only on a GTK3 app with this theme issue. Not reproduced on debian testing

Elbullazul commented 4 years ago

I'll test this and if it doesn't impact the look of switches, I'll merge it into the upstream SCSS source.

jabiertxof commented 4 years ago

Thanks for get into!