You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
--- gtk/tr-window.c~ 2014-07-01 12:09:24.000000000 -0500
|
|
|
|
|
+++ gtk/tr-window.c 2016-01-20 08:38:04.360267180 -0600
|
|
|
|
|
@@ -625,7 +625,7 @@
|
|
|
|
|
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);
|