Thanks to another question of mine, answered by Alex, i could solve this
myself:

The solution i use now is:
// add a new font size "small" to Font.js
"small": {
        size: 11
}

// set a custom appearance for the datefield popup in Appereance.js
"datefield/popup" : {
        style : function(states)
        {
                return {
                        "font" : "small"
                };
        }
}




Roman Schmid wrote:
> Hello List
> 
> I globally increased my font size to 13 pixels.
> Like this:
> 
> // in Font.js
> qx.Theme.define("myapp.theme.Font", {
>       extend : qx.theme.modern.Font,
> 
>       fonts : {
>               "default": {
>                       size: 13
>               }
>       }
> });
> 
> This works very well, however some labels inside the date-picker
> (qx.ui.form.DateField) are only rendered as "...". Seems like the
> date-picker has a fixed size and therefore the contents will get
> "truncated".
> 
> Here's a screenshot how this looks:
> http://bummzack.ch/misc/date-size.png
> 
> Is it possible to set the size of the date-picker dialog using theming
> or appearance? Or could i set the font to a smaller size *only* for the
> Date-Picker?
> 
> Best regards
> - Roman
> 
> ------------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It is the best place to buy or sell services for
> just about anything Open Source.
> http://p.sf.net/sfu/Xq1LFB
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
> 

------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to