diff options
-rw-r--r-- | gtk/src/main.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gtk/src/main.c b/gtk/src/main.c index 57a96645d..061b97fee 100644 --- a/gtk/src/main.c +++ b/gtk/src/main.c @@ -794,12 +794,15 @@ const gchar *MyCSS = background-color: @gray32; \n\ color: @white; \n\ } \n\ - \n\ +" +#if GTK_CHECK_VERSION(3, 20, 0) +" \n\ stackswitcher button.text-button \n\ { \n\ min-width: 50px; \n\ } \n\ " +#endif #if GTK_CHECK_VERSION(3, 16, 0) " \n\ \n\ |