Skip to content

Commit

Permalink
InfoBox: remove extra margins and align (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit authored Dec 10, 2024
1 parent 52ef4e9 commit 1cb7e66
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Views/EthernetPage.vala
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ namespace Network.Widgets {
no_cable = new Granite.Placeholder (_("This Wired Network is Unavailable")) {
description = _("A network cable is not plugged in or may be broken")
};
info_box.halign = Gtk.Align.CENTER;

top_revealer = new Gtk.Revealer () {
valign = Gtk.Align.START,
Expand Down
1 change: 0 additions & 1 deletion src/Widgets/Page.vala
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ namespace Network.Widgets {

if (device != null) {
info_box = new InfoBox.from_device (device) {
margin_end = 16,
vexpand = true
};
info_box.info_changed.connect (update);
Expand Down

0 comments on commit 1cb7e66

Please sign in to comment.