Changeset 378 in Sophya for trunk/SophyaPI/PIext


Ignore:
Timestamp:
Aug 9, 1999, 7:18:12 PM (26 years ago)
Author:
ercodmgr
Message:

Petit bug ... Reza 9/8/99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/pisiadw.cc

    r338 r378  
    4545int py = spy;
    4646int px = 2*spx+3*bsx;
    47 mBut[0] = new PIButton(this, "SetCurDir", 20, bsx, bsy, px, py);   py += (bsy+spy);
     47mBut[0] = new PIButton(this, "SetCurDir", 10, bsx, bsy, px, py);   py += (bsy+spy);
    4848mBut[1] = new PIButton(this, "Display", 20, bsx, bsy, px, py);   py += (bsy+spy);
    4949mBut[2] = new PIButton(this, "Print",   30, bsx, bsy, px, py);   py += (bsy+spy);
Note: See TracChangeset for help on using the changeset viewer.