Skip to content

Commit

Permalink
OutputPanel: Remove extra margin (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed Jun 17, 2023
1 parent 6a9135b commit e5c24ef
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/OutputPanel.vala
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ public class Sound.OutputPanel : Gtk.Box {
private unowned PulseAudioManager pam;

construct {
margin = 12;
margin_top = 0;

var no_device_grid = new Granite.Widgets.AlertView (
_("No Connected Output Devices Detected"),
_("Check that all cables are securely attached and audio output devices are powered on."),
Expand Down

0 comments on commit e5c24ef

Please sign in to comment.