Skip to content

Commit

Permalink
box access
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed Dec 10, 2024
1 parent 41fd9fc commit b909754
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Widgets/WifiMenuItem.vala
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ public class Network.WifiMenuItem : Gtk.ListBoxRow {

private static Gtk.SizeGroup button_sizegroup;

private Gtk.Box button_box;
private Gtk.Button connect_button;
private Gtk.Image lock_img;
private Gtk.Image error_img;
Expand Down Expand Up @@ -96,7 +97,7 @@ public class Network.WifiMenuItem : Gtk.ListBoxRow {
overflow = VISIBLE
};

var button_box = new Gtk.Box (HORIZONTAL, 6) {
button_box = new Gtk.Box (HORIZONTAL, 6) {
hexpand = true,
halign = END,
homogeneous = true,
Expand Down

0 comments on commit b909754

Please sign in to comment.