adjust size of russian translation
This commit is contained in:
parent
5e2f00f174
commit
dad3f056a7
1 changed files with 3 additions and 3 deletions
|
@ -202,9 +202,9 @@ void TConfigForm::ApplyTranslation(TIniFile *ini)
|
|||
else if (lang == "russian" || (lang == "auto" && priID == LANG_RUSSIAN)) {
|
||||
LanguageImg->Visible = true;
|
||||
ClientWidth *= 1.13;
|
||||
DisplayPnl->Width *= 1.184;
|
||||
AdvancedPnl->Width *= 1.184;
|
||||
CompatibilityPnl->Width *= 1.184;
|
||||
DisplayPnl->Width *= 1.192;
|
||||
AdvancedPnl->Width *= 1.192;
|
||||
CompatibilityPnl->Width *= 1.192;
|
||||
|
||||
/* -Russian- made by shikulja @ github */
|
||||
|
||||
|
|
Loading…
Reference in a new issue