[Bug 146901] Re: Not specified (ugly and very small) font in Gutsy

2007-12-04 Thread Sebastien Bacher
the bug should be fixed in hardy now

** Changed in: deskbar-applet (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
Not specified (ugly and very small) font in Gutsy
https://bugs.launchpad.net/bugs/146901
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for deskbar-applet in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 146901] Re: Not specified (ugly and very small) font in Gutsy

2007-10-18 Thread Sebastien Bacher
Thank you for your bug and sending it upstream, that's fixed to svn now
and will be available in the next Ubuntu version

** Changed in: deskbar-applet (Ubuntu)
   Importance: Undecided = Low
   Status: New = Fix Committed

-- 
Not specified (ugly and very small) font in Gutsy
https://bugs.launchpad.net/bugs/146901
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for deskbar-applet in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 146901] Re: Not specified (ugly and very small) font in Gutsy

2007-10-17 Thread Sebastian Pölsterl
Fredrik contacted my via e-mail.
Therefore, I fixed the problem and committed the changes to GNOME svn.

-- 
Not specified (ugly and very small) font in Gutsy
https://bugs.launchpad.net/bugs/146901
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for deskbar-applet in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 146901] Re: Not specified (ugly and very small) font in Gutsy

2007-10-15 Thread Fredrik Sjögren
No comment on this?

The system should never assume you could use a smaller font that
specified.

-- 
Not specified (ugly and very small) font in Gutsy
https://bugs.launchpad.net/bugs/146901
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for deskbar-applet in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 146901] Re: Not specified (ugly and very small) font in Gutsy

2007-10-15 Thread Fredrik Sjögren
My research get me to ui/CuemiacTreeView.py:

def set_style (self, widget):

Apply the style from widget, to this cellrenderer

self.header_font_desc = widget.style.font_desc
self.header_font_desc.set_weight (pango.WEIGHT_BOLD)
self.header_font_desc.set_size (self.header_font_desc.get_size () - 
pango.SCALE *2)
self.header_bg = widget.style.base [gtk.STATE_NORMAL]

The line  self.header_font_desc.set_size
(self.header_font_desc.get_size () - pango.SCALE *2) seems like the bad
one ...

-- 
Not specified (ugly and very small) font in Gutsy
https://bugs.launchpad.net/bugs/146901
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for deskbar-applet in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 146901] Re: Not specified (ugly and very small) font in Gutsy

2007-10-15 Thread Fredrik Sjögren
Rmoving the - pango.SCALE *2 from that line and another line further
down did the trick. Now the font is at specified size.

-- 
Not specified (ugly and very small) font in Gutsy
https://bugs.launchpad.net/bugs/146901
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for deskbar-applet in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 146901] Re: Not specified (ugly and very small) font in Gutsy

2007-09-29 Thread Fredrik Sjögren

** Attachment added: deskbarapplet.png
   http://launchpadlibrarian.net/9597074/deskbarapplet.png

-- 
Not specified (ugly and very small) font in Gutsy
https://bugs.launchpad.net/bugs/146901
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for deskbar-applet in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs