Selaa lähdekoodia

* fixed right bound of statusline. Fixes mantis 13064

git-svn-id: trunk@13503 -
marco 16 vuotta sitten
vanhempi
commit
51072d065b
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      installer/install.pas

+ 1 - 1
installer/install.pas

@@ -1814,7 +1814,7 @@ end;
     begin
       GetExtent(R);
       R.A.Y := R.B.Y - 1;
-      R.B.X := R.B.X - 12;
+      //R.B.X := R.B.X - 2;
       New(StatusLine,
         Init(R,
           NewStatusDef(0, $EFFF,nil,nil