ギコナビ
リビジョン | 188a54170c1b46d9b1456b6ba8f270d9c3766c2b (tree) |
---|---|
日時 | 2011-11-20 19:18:23 |
作者 | h677 <h677> |
コミッター | h677 |
ギコナビ更新のダイアログの表示位置をメインダイアログの中心に変更
@@ -4606,7 +4606,7 @@ begin | ||
4606 | 4606 | end; |
4607 | 4607 | GikoForm.UpdateExePath := ''; |
4608 | 4608 | GikoForm.UpdateExeArgs := ''; |
4609 | - form := TUpdateCheckForm.Create(Self); | |
4609 | + form := TUpdateCheckForm.Create(GikoForm); | |
4610 | 4610 | try |
4611 | 4611 | form.ShowModal; |
4612 | 4612 | shutdown := form.Allowshutdown; |
@@ -11,7 +11,7 @@ object UpdateCheckForm: TUpdateCheckForm | ||
11 | 11 | Font.Name = #65325#65331' '#65328#12468#12471#12483#12463 |
12 | 12 | Font.Style = [] |
13 | 13 | OldCreateOrder = False |
14 | - Position = poDesktopCenter | |
14 | + Position = poOwnerFormCenter | |
15 | 15 | OnCreate = FormCreate |
16 | 16 | PixelsPerInch = 96 |
17 | 17 | TextHeight = 12 |