Skip to content

Commit

Permalink
Hexpand reduce data header
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed Dec 10, 2024
1 parent 29975e4 commit 0e7203b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Widgets/InfoBox.vala
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ public class Network.Widgets.InfoBox : Gtk.Box {
};

var reduce_data_header = new Granite.HeaderLabel (_("Reduce background data usage")) {
hexpand = true,
mnemonic_widget = reduce_data_switch,
secondary_text = _("While connected to this network, background tasks like automatic updates will be paused.")
};
Expand Down

0 comments on commit 0e7203b

Please sign in to comment.