Ignore:
Timestamp:
08/12/04 11:05:25 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbase/MStatusDisplay.cc

    r3825 r4588  
    20282028            line.PaintLineNDC(0, -0.00, 1, -0.00);
    20292029            ps.SetTextAlign(11); // left top
    2030             ps.TextNDC(0, -0.005, txt);
     2030            ps.TextNDC(0, -0.015, TString("  ")+txt);
    20312031            ps.SetTextAlign(31); // right top
    2032             ps.TextNDC(1, -0.005, "(c) 2000-2004, Thomas Bretz");
     2032            ps.TextNDC(1, -0.015, "(c) 2000-2004, Thomas Bretz  ");
    20332033        }
    20342034
Note: See TracChangeset for help on using the changeset viewer.