summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/installer_ng/MirandaNG.iss4
-rw-r--r--tools/installer_ng_stable/MirandaNG.iss4
2 files changed, 4 insertions, 4 deletions
diff --git a/tools/installer_ng/MirandaNG.iss b/tools/installer_ng/MirandaNG.iss
index bd698678a3..2601f05806 100644
--- a/tools/installer_ng/MirandaNG.iss
+++ b/tools/installer_ng/MirandaNG.iss
@@ -627,7 +627,7 @@ begin
Checked:=True;
Top:=35;
Left:=20;
- Width:=310;
+ Width:=450;
Caption:=ExpandConstant('{cm:DefTypeInstRadio}');
end;
DefTypeInstLabel:=TLabel.Create(InstallTypePage);
@@ -645,7 +645,7 @@ begin
Checked:=False;
Top:=DefTypeInstLabel.Top+DefTypeInstLabel.Height+20;
Left:=20;
- Width:=250;
+ Width:=450;
Caption:=ExpandConstant('{cm:PortTypeInstRadio}');
end;
PortTypeInstLabel:=TLabel.Create(InstallTypePage);
diff --git a/tools/installer_ng_stable/MirandaNG.iss b/tools/installer_ng_stable/MirandaNG.iss
index 287b6d84b9..4d9fa94e30 100644
--- a/tools/installer_ng_stable/MirandaNG.iss
+++ b/tools/installer_ng_stable/MirandaNG.iss
@@ -626,7 +626,7 @@ begin
Checked:=True;
Top:=35;
Left:=20;
- Width:=310;
+ Width:=450;
Caption:=ExpandConstant('{cm:DefTypeInstRadio}');
end;
DefTypeInstLabel:=TLabel.Create(InstallTypePage);
@@ -644,7 +644,7 @@ begin
Checked:=False;
Top:=DefTypeInstLabel.Top+DefTypeInstLabel.Height+20;
Left:=20;
- Width:=250;
+ Width:=450;
Caption:=ExpandConstant('{cm:PortTypeInstRadio}');
end;
PortTypeInstLabel:=TLabel.Create(InstallTypePage);