mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-25 01:57:47 +01:00
use anchors
This commit is contained in:
parent
638150ad25
commit
9d85980430
@ -209,9 +209,6 @@ void TConfigForm::ApplyTranslation(TIniFile *ini)
|
|||||||
else if (lang == "russian" || (lang == "auto" && priID == LANG_RUSSIAN)) {
|
else if (lang == "russian" || (lang == "auto" && priID == LANG_RUSSIAN)) {
|
||||||
LanguageImg->Visible = true;
|
LanguageImg->Visible = true;
|
||||||
ClientWidth *= 1.13;
|
ClientWidth *= 1.13;
|
||||||
DisplayPnl->Width *= 1.192;
|
|
||||||
AdvancedPnl->Width *= 1.192;
|
|
||||||
CompatibilityPnl->Width *= 1.192;
|
|
||||||
|
|
||||||
/* -Russian- made by shikulja @ github */
|
/* -Russian- made by shikulja @ github */
|
||||||
|
|
||||||
|
@ -2680,12 +2680,16 @@ object ConfigForm: TConfigForm
|
|||||||
Position = poDesktopCenter
|
Position = poDesktopCenter
|
||||||
OnActivate = FormActivate
|
OnActivate = FormActivate
|
||||||
OnCreate = FormCreate
|
OnCreate = FormCreate
|
||||||
|
DesignSize = (
|
||||||
|
741
|
||||||
|
476)
|
||||||
TextHeight = 13
|
TextHeight = 13
|
||||||
object DisplayPnl: TPanel
|
object DisplayPnl: TPanel
|
||||||
Left = 233
|
Left = 233
|
||||||
Top = 8
|
Top = 8
|
||||||
Width = 499
|
Width = 499
|
||||||
Height = 465
|
Height = 465
|
||||||
|
Anchors = [akLeft, akTop, akRight, akBottom]
|
||||||
BevelOuter = bvNone
|
BevelOuter = bvNone
|
||||||
Color = clWhite
|
Color = clWhite
|
||||||
ParentBackground = False
|
ParentBackground = False
|
||||||
@ -2871,6 +2875,7 @@ object ConfigForm: TConfigForm
|
|||||||
Top = 8
|
Top = 8
|
||||||
Width = 499
|
Width = 499
|
||||||
Height = 465
|
Height = 465
|
||||||
|
Anchors = [akLeft, akTop, akRight, akBottom]
|
||||||
BevelOuter = bvNone
|
BevelOuter = bvNone
|
||||||
Color = clWhite
|
Color = clWhite
|
||||||
ParentBackground = False
|
ParentBackground = False
|
||||||
@ -3056,6 +3061,7 @@ object ConfigForm: TConfigForm
|
|||||||
Top = 8
|
Top = 8
|
||||||
Width = 499
|
Width = 499
|
||||||
Height = 465
|
Height = 465
|
||||||
|
Anchors = [akLeft, akTop, akRight, akBottom]
|
||||||
BevelOuter = bvNone
|
BevelOuter = bvNone
|
||||||
Color = clWhite
|
Color = clWhite
|
||||||
ParentBackground = False
|
ParentBackground = False
|
||||||
|
Loading…
x
Reference in New Issue
Block a user