I have already changed the height in the spinner to 20, but I lose the top
and bottom borders.
I'm investigating why.  Very strange.

When extend the Ext appearance, and I want to redefining the 'spinner'
entry.
Should the full entry be redefined or I just can the new height value?
This fails:

    "spinner" :
    {
      include:"spinner",
      style : function(states)
      {
        return {
          height:20
        };
      }
    },



Sebastian Werner wrote:
> 
> No, I think not. Height is quite a functional property. That the widget 
> comes with a default height is a good choice in this case. If the user 
> or the appearance theme changes the font one must also correct the 
> height there. Theme and user values have higher priority than init 
> values so that is possible without any problems.
> 

-- 
View this message in context: 
http://www.nabble.com/Spinner-height-tf3963929.html#a11250110
Sent from the qooxdoo-devel mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to