Centering window over window with current focus

2016-02-18 Thread Neal H. Walfield
(Resending since my message was held for moderation, because I was not subscribed, and the message has apparently not been released yet.) Hi, I work on GnuPG. We have a helper program call pinentry that asks for the user's passphrase. This means that a program like Enigmail doesn't need to hand

Re: border-color adds a new border in GtkScrolledWindow (GTK 3.18) ?

2016-02-18 Thread Giovanni Panozzo
It seems to be a "undershoot" appearing when I set the background-color on the GtkScrolledWindow. Whith the following workaround, the undershoot hides again: #myscrolledwindow { background-color: green; } #myscrolledwindow.undershoot { background: none; } But: - what really