Re: [qooxdoo-devel] Button height, Icon not fine with Dark Theme

2010-11-18 Thread thron7
> You see, the button has same height as before, but the icon is now in the > middle. > I can only reduce the height with; > > maxHeight: 25, Ok, I just looked at your Playground example, and there it works. T. -- Beaut

Re: [qooxdoo-devel] Button height, Icon not fine with Dark Theme

2010-11-18 Thread Qoodary
Hi Martin thank you. now the icon is fine also with "31" in it :-) but, << As for the height/width: That's what Jens said, use qx.ui.form.Button(null, ...) and the extra space is gone. You can also remove the 'iconposition : "top"' setting. >> not working for me: var btnDeadline = new qx.ui.for

Re: [qooxdoo-devel] Button height, Icon not fine with Dark Theme

2010-11-18 Thread thron7
Ok, - Darktheme simply uses a different icon set (Oxygen, as opposed to Tango in the Modern theme); and the Oxygen icon has no "31" :). If you want to use the Tango icon, give its full resource id ("qx/icon/Tango/32/apps/office-calendar.png"), and also add a #asset(qx/icon/Tango/32/apps/office-c

Re: [qooxdoo-devel] Button height, Icon not fine with Dark Theme

2010-11-18 Thread Qoodary
Hi, thank you for the help. here is the button look in dark Theme. http://old.nabble.com/file/p30247342/button_dark_theme.jpg you see, the icon is not complete wrong, but it is not so clear and exact as in the normal theme. The number 31 is missing. What about the height? Is this normal or st

Re: [qooxdoo-devel] Button height, Icon not fine with Dark Theme

2010-11-18 Thread thron7
Hansjoerg, can you provide a screenshot that shows the deviant appearance in the DarkTheme?! Sounds like the image has been displaced in the button. T. On 11/18/2010 11:58 AM, Qoodary wrote: > > Hello, > > I have normal button with a calendar icon. > > http://tinyurl.com/36o6j8r > > With the

Re: [qooxdoo-devel] Button height, Icon not fine with Dark Theme

2010-11-18 Thread Jens Lautenbacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 use null as the first parameter if you don't want to have text...? On 11/18/2010 11:58 AM, Qoodary wrote: > > Hello, > > I have normal button with a calendar icon. > > http://tinyurl.com/36o6j8r > > With the standard Theme you can see the icon cor

[qooxdoo-devel] Button height, Icon not fine with Dark Theme

2010-11-18 Thread Qoodary
Hello, I have normal button with a calendar icon. http://tinyurl.com/36o6j8r With the standard Theme you can see the icon correct with the "31" in it. But with dark theme you can not see the "31". Is there a workarround? I do not want to have a text in the button, just the icon and a tooltip. W