소스 검색

* save untitled file dialogs looks nicer now

git-svn-id: trunk@1554 -
florian 20 년 전
부모
커밋
e9bfea4218
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ide/wviews.pas

+ 1 - 1
ide/wviews.pas

@@ -2473,7 +2473,7 @@ begin
   if R.Empty then
   begin
     GetStaticTextDimensions(S,40,Cols,Rows);
-    if Cols<30 then Cols:=30; if Rows=0 then Rows:=1;
+    if Cols<32 then Cols:=32; if Rows=0 then Rows:=1;
     R.Assign(0,0,3+Cols+3,Rows+6);
     if (AOptions and mfInsertInApp)= 0 then
       R.Move((Desktop^.Size.X-(R.B.X-R.A.X)) div 2,(Desktop^.Size.Y-(R.B.Y-R.A.Y)) div 2)