[Bugs] #4902 Sugar LOW: Separator height has regressed
Sugar Labs Bugs
bugtracker-noreply at sugarlabs.org
Sat Oct 10 21:57:15 EDT 2015
#4902: Separator height has regressed
----------------------+-------------------------------------
Reporter: ignacio | Owner:
Type: defect | Status: new
Priority: Low | Milestone: Unspecified
Component: Sugar | Version: Git as of bugdate
Severity: Minor | Resolution:
Keywords: | Distribution/OS: Fedora
Bug Status: New |
----------------------+-------------------------------------
Comment (by ignacio):
A small patch can be:
{{{
diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em
index 9b636c8..35d0a1d 100644
--- a/gtk3/theme/gtk-widgets.css.em
+++ b/gtk3/theme/gtk-widgets.css.em
@@ -73,7 +73,7 @@ disabled_opacity = 0.5
/* 0.05 works good for both the sugar and sugar-xo themes */
-GtkWidget-cursor-aspect-ratio: 0.05;
- -GtkWidget-wide-separators: true;
+ -GtkWidget-wide-separators: false;
-GtkWidget-separator-height: $thickness;
-GtkWidget-separator-width: $thickness;
@@ -551,6 +551,7 @@ SugarPaletteWindowWidget GtkProgressBar.trough {
/* Separators */
.separator {
+ color: @button_grey;
border-style: solid;
border-color: @button_grey;
border-width: $(thickness)px;
}}}
But the problem is that the width will not be the same as usually.
When you test the patch in XO, with older Gtk version, the separators are
too small.
--
Ticket URL: <https://bugs.sugarlabs.org/ticket/4902#comment:1>
Sugar Labs <http://sugarlabs.org/>
Sugar Labs bug tracking system
More information about the Bugs
mailing list