diff --git a/bin/alsacontrol-gtk b/bin/alsacontrol-gtk index 2fd8071..056750e 100755 --- a/bin/alsacontrol-gtk +++ b/bin/alsacontrol-gtk @@ -365,7 +365,6 @@ class ALSAControlWindow: # not how things should go. It's probably an issue with alsa. for input_row in self.input_rows: input_row.stop_monitoring() - # shrink the output tab height to the contents input_cards_scrolled_window.hide() def refresh_icon_state(self, tab, volume, muted): diff --git a/tests/fakes.py b/tests/fakes.py index 22c0c32..9478525 100644 --- a/tests/fakes.py +++ b/tests/fakes.py @@ -133,4 +133,4 @@ def mixers(): @staticmethod def cards(): - return ['FakeCard1', 'FakeCard2'] \ No newline at end of file + return ['FakeCard1', 'FakeCard2']