Re: border-color adds a new border in GtkScrolledWindow (GTK 3.18) ?
- From: Giovanni Panozzo <giovanni panozzo it>
- To: gtk-app-devel-list gnome org
- Subject: Re: border-color adds a new border in GtkScrolledWindow (GTK 3.18) ?
- Date: Thu, 18 Feb 2016 10:30:17 +0100
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 is undershoot and overshoot ? I cannot find any
documentation.
- why does it appears starting from GTK 3.18 when setting the
background-color in the GtkScrolledWindow ?
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]