Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=530085 fujiwara <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #9 from fujiwara <[email protected]> 2010-03-26 05:55:34 EDT --- I guess bug 574354 is duplicated. Fedora theme is ClearLooks and some other themes work fine. Probably I think downing the line position is better than narrowing the title height. The following is the workaround but still needs the better fix. --- /usr/share/themes/Clearlooks/metacity-1/metacity-theme-1.xml.orig 2010-03-25 22:15:04.000000000 +0900 +++ /usr/share/themes/Clearlooks/metacity-1/metacity-theme-1.xml 2010-03-26 18:39:30.000000000 +0900 @@ -223,7 +223,7 @@ <color value="shade/gtk:bg[SELECTED]/1.02"/> </gradient> - <line color="shade/gtk:bg[SELECTED]/0.7" x1="1" y1="title_height + 6" x2="width - 2" y2="title_height + 6"/> + <line color="shade/gtk:bg[SELECTED]/0.7" x1="1" y1="title_height + 10" x2="width - 2" y2="title_height + 10"/> <!-- ** border outline ** --> <line color="shade/gtk:bg[NORMAL]/0.45" x1="0" y1="title_height + 6" x2="0" y2="height"/> @@ -290,7 +290,7 @@ <color value="shade/gtk:bg[NORMAL]/0.95"/> </gradient> - <line color="shade/gtk:bg[NORMAL]/0.65" x1="1" y1="title_height + 6" x2="width - 2" y2="title_height + 6"/> + <line color="shade/gtk:bg[NORMAL]/0.65" x1="1" y1="title_height + 10" x2="width - 2" y2="title_height + 10"/> <rectangle color="shade/gtk:bg[NORMAL]/0.55" filled="false" x="0" y="0" width="width - 1" height="height - 1"/> </draw_ops> -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ fonts-bugs mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs http://fonts.fedoraproject.org/
