mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-15 06:04:49 +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)) {
|
||||
LanguageImg->Visible = true;
|
||||
ClientWidth *= 1.13;
|
||||
DisplayPnl->Width *= 1.192;
|
||||
AdvancedPnl->Width *= 1.192;
|
||||
CompatibilityPnl->Width *= 1.192;
|
||||
|
||||
/* -Russian- made by shikulja @ github */
|
||||
|
||||
|
@ -2680,12 +2680,16 @@ object ConfigForm: TConfigForm
|
||||
Position = poDesktopCenter
|
||||
OnActivate = FormActivate
|
||||
OnCreate = FormCreate
|
||||
DesignSize = (
|
||||
741
|
||||
476)
|
||||
TextHeight = 13
|
||||
object DisplayPnl: TPanel
|
||||
Left = 233
|
||||
Top = 8
|
||||
Width = 499
|
||||
Height = 465
|
||||
Anchors = [akLeft, akTop, akRight, akBottom]
|
||||
BevelOuter = bvNone
|
||||
Color = clWhite
|
||||
ParentBackground = False
|
||||
@ -2871,6 +2875,7 @@ object ConfigForm: TConfigForm
|
||||
Top = 8
|
||||
Width = 499
|
||||
Height = 465
|
||||
Anchors = [akLeft, akTop, akRight, akBottom]
|
||||
BevelOuter = bvNone
|
||||
Color = clWhite
|
||||
ParentBackground = False
|
||||
@ -3056,6 +3061,7 @@ object ConfigForm: TConfigForm
|
||||
Top = 8
|
||||
Width = 499
|
||||
Height = 465
|
||||
Anchors = [akLeft, akTop, akRight, akBottom]
|
||||
BevelOuter = bvNone
|
||||
Color = clWhite
|
||||
ParentBackground = False
|
||||
|
Loading…
x
Reference in New Issue
Block a user