Changeset 121:314de81f4625 for source


Ignore:
Timestamp:
Jan 20, 2009, 5:33:28 PM (15 years ago)
Author:
fnevgeny
Branch:
default
Phase:
public
Message:

change the default min/max scales of the varying parameter to 0.5/2.

File:
1 edited

Legend:

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

    r120 r121  
    19411941
    19421942            l = new qx.legacy.ui.basic.Label("Minimum scale:");
    1943             e = new pf.ui.TextField(0.3);
     1943            e = new pf.ui.TextField(0.5);
    19441944            this.guiMinParam = e;
    19451945            gl.add(l, 0, 2);
     
    19471947
    19481948            l = new qx.legacy.ui.basic.Label("Maximum scale:");
    1949             e = new pf.ui.TextField(3.0);
     1949            e = new pf.ui.TextField(2.0);
    19501950            this.guiMaxParam = e;
    19511951            gl.add(l, 0, 3);
Note: See TracChangeset for help on using the changeset viewer.