Changeset 237:e6d628316eb4 for source


Ignore:
Timestamp:
Apr 20, 2011, 7:55:45 PM (13 years ago)
Author:
Evgeny Stambulchik <Evgeny.Stambulchik@…>
Branch:
default
Phase:
public
Message:

Made the parameters tab layout less dense.

Location:
source/class/pf
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • source/class/pf/Application.js

    r235 r237  
    860860           
    861861
    862             rc = new qx.ui.container.Composite(new qx.ui.layout.HBox(1));
     862            rc = new qx.ui.container.Composite(new qx.ui.layout.HBox(10));
    863863            page_id.add(rc);
    864864           
    865             rc1 = new qx.ui.container.Composite(new qx.ui.layout.VBox(2));
     865            rc1 = new qx.ui.container.Composite(new qx.ui.layout.VBox(10));
    866866            rc.add(rc1, {flex : 1});
    867867           
    868             rc2 = new qx.ui.container.Composite(new qx.ui.layout.VBox(2));
     868            rc2 = new qx.ui.container.Composite(new qx.ui.layout.VBox(27));
    869869            rc.add(rc2, {flex : 1});
    870870           
  • source/class/pf/theme/modern/Appearance.js

    r236 r237  
    55  appearances :
    66  {
    7     "groupbox" :
    8     {
    9       style : function(states)
    10       {
    11         return {
    12           legendPosition : "middle"
    13         };
    14       }
    15     },
    16    
    17     "groupbox/legend" :
    18     {
    19       alias : "atom",
    20 
    21       style : function(states)
    22       {
    23         return {
    24           paddingRight    : 4,
    25           paddingLeft     : 4,
    26           paddingTop      : 2,
    27           paddingBottom   : 2,
    28           marginRight     : 10,
    29           marginLeft      : 10,
    30           decorator       : "group"
    31         };
    32       }
    33     },
    34    
    35     "groupbox/frame" :
    36     {
    37       style : function(states)
    38       {
    39         return {
    40           padding : [ 12, 9 ],
    41           decorator  : "group"
    42         };
    43       }
    44     },
    45 
    467    "spinner/upbutton" :
    478    {
Note: See TracChangeset for help on using the changeset viewer.