[alsa-devel] [PATCH 3/6] hdspmixer: Increase height of about window.
Adrian Knoth
adi at drcomp.erfurt.thur.de
Thu Feb 24 21:33:28 CET 2011
The copyright list got longer, so we need more vertical space.
Signed-off-by: Adrian Knoth <adi at drcomp.erfurt.thur.de>
diff --git a/hdspmixer/src/HDSPMixerWindow.cxx b/hdspmixer/src/HDSPMixerWindow.cxx
index 5ac3794..38e7b61 100644
--- a/hdspmixer/src/HDSPMixerWindow.cxx
+++ b/hdspmixer/src/HDSPMixerWindow.cxx
@@ -716,7 +716,7 @@ HDSPMixerWindow::HDSPMixerWindow(int x, int y, int w, int h, const char *label,
scroll->end();
end();
setup = new HDSPMixerSetup(400, 260, "Level Meters Setup", this);
- about = new HDSPMixerAbout(360, 260, "About HDSPMixer", this);
+ about = new HDSPMixerAbout(360, 300, "About HDSPMixer", this);
i = 0;
while (cards[i] != NULL) {
cards[i++]->initializeCard(this);
--
1.7.2.3
More information about the Alsa-devel
mailing list