From cebd8aee27283d406a77f285867e65bf4c497cbb Mon Sep 17 00:00:00 2001 From: Maximiliano Sandoval Date: Tue, 21 Nov 2023 16:10:20 +0100 Subject: [PATCH 1/1] gui: expand ip address Gtk3::Entry This accounts for the different layout set in the previous commit 9102da7 ("gui: use basic grid in the network panel") Signed-off-by: Maximiliano Sandoval Reviewed-by: Christoph Heiss Tested-by: Christoph Heiss Tested-by: Tested-by: Lukas Wagner --- proxinstall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxinstall b/proxinstall index 24aee14..5387aae 100755 --- a/proxinstall +++ b/proxinstall @@ -303,7 +303,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