Re: Some blurriness in gnome desktop

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



On Mon, 2009-10-26 at 09:48 -0400, Matthias Clasen wrote:
> On Mon, 2009-10-26 at 13:47 +0100, Martin Sourada wrote:
> 
> > 
> > I think fixing these would nicely fit with your "polishes for F12"
> > project.
> > 
> 
> Yes, thanks for pointing these out. 
Matthias, 

going through the tooltips patch, I found these problems:
in fill_background():
+  draw_round_rect (cr,
+                   1.0, 1, 1, radius,
+                   widget->allocation.width - 2,
+                   widget->allocation.height - 2);
should be
+  draw_round_rect (cr,
+                   1.0, 0.5, 0.5, radius,
+                   widget->allocation.width - 1,
+                   widget->allocation.height - 1);
and in update_shape()
+      draw_round_rect (cr, 1.0, 0, 0, 4, width, height);
you are ignoring radius setting.

I'm going to try build and test these fixes (if I find enough HDD space
for the gtk2 build) to see if it's enough.

Martin

Attachment: signature.asc
Description: This is a digitally signed message part

-- 
Fedora-desktop-list mailing list
Fedora-desktop-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-desktop-list

[Index of Archives]     [Fedora Users]     [Fedora KDE]     [Fedora Announce]     [Fedora Docs]     [Fedora Config]     [PAM]     [Red Hat Development]     [Red Hat 9]     [Gimp]     [Yosemite News]

  Powered by Linux