This accounts for the different layout set in the previous commit. Signed-off-by: Maximiliano Sandoval <m.sando...@proxmox.com> --- proxinstall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/proxinstall b/proxinstall index 72802c0..7e1bcd4 100755 --- a/proxinstall +++ b/proxinstall @@ -1460,7 +1460,7 @@ sub create_cidr_inputs { my $ip_el = Gtk3::Entry->new(); $ip_el->set_width_chars(28); - $hbox->pack_start($ip_el, 0, 0, 0); + $hbox->pack_start($ip_el, 1, 1, 0); $ip_el->set_text($default_ip); my $dash_label = Gtk3::Label->new('/'); -- 2.39.2 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel