]> granicus.if.org Git - transmission/commitdiff
#5930: Fix style of Gtk+3.16 overshoot and undershoot (patch by nagisa)
authorMike Gelfand <mikedld@mikedld.com>
Sun, 3 May 2015 10:30:35 +0000 (10:30 +0000)
committerMike Gelfand <mikedld@mikedld.com>
Sun, 3 May 2015 10:30:35 +0000 (10:30 +0000)
gtk/tr-window.c

index 94c1991d669f3ca63e5819001788bce9c6c13f8b..a179e3e71dd3cd595e6250139834966626343589 100644 (file)
@@ -625,7 +625,7 @@ gtr_window_new (GtkApplication * app, GtkUIManager * ui_mgr, TrCore * core)
   gtk_window_add_accel_group (win, gtk_ui_manager_get_accel_group (ui_mgr));
   /* Add style provider to the window. */
   /* Please move it to separate .css file if you’re adding more styles here. */
-  style = ".tr-workarea {border-width: 1px 0; border-style: solid; border-radius: 0;}";
+  style = ".tr-workarea.frame {border-left-width: 0; border-right-width: 0; border-radius: 0;}";
   css_provider = gtk_css_provider_new ();
   gtk_css_provider_load_from_data (css_provider, style,
                                    strlen (style), NULL);