Work around a notebook tab rendering bug

This avoids assertions from gtk_render_frame_gap.
This commit is contained in:
Matthias Clasen
2012-03-20 11:19:06 -04:00
parent 00ad4771c6
commit 8c3d77b4e8

View File

@ -1,6 +1,7 @@
@import "reset-to-defaults.css";
* {
-GtkNotebook-tab-overlap: 0; /* work around a notebook tab rendering bug */
color: blue;
}