浏览代码

* fixed right bound of statusline. Fixes mantis 13064

git-svn-id: trunk@13503 -
marco 16 年之前
父节点
当前提交
51072d065b
共有 1 个文件被更改,包括 1 次插入1 次删除
  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