GNOME Bugzilla – Bug 769142
Adjust styles for GTK 3.20
Last modified: 2016-09-22 12:55:46 UTC
Created attachment 332077 [details] GNOME 3.20 and 3.18 calculators side by side With GTK 3.20 there are some visual glitches with MathDisplay/HistoryView: 1. History view has double borders. 2. Math display scrolling window has too low min-content-height, so it shows scrollbars in a newly opened window. See attached screenshot.
Created attachment 332078 [details] [review] Fix for GTK 3.20 The patch fixes that for GTK 3.20. However, it would probably break with 3.18, I'm not sure what to do here. :/
Created attachment 332079 [details] Left-to-right: 3.20.x, 3.18.x, 3.21.2 with the patch
It would be better to axed the borders with border-style, so it won't override theme border width settings, so, something like: 'border-style: none none solid none;' would be better.
Lapo asked for it and it's a pretty obvious fix. Pushed.
Also thanks for the patch :) The pushed commit is: https://git.gnome.org/browse/gnome-calculator/commit/?id=bad0f883d6c086d90ca2e07991dbe2d76de9aa24