]> git.alsa-project.org Git - alsa-tools.git/commitdiff
hdspmixer: Increase height of about window.
authorAdrian Knoth <adi@drcomp.erfurt.thur.de>
Thu, 24 Feb 2011 20:33:28 +0000 (21:33 +0100)
committerTakashi Iwai <tiwai@suse.de>
Mon, 28 Feb 2011 10:10:58 +0000 (11:10 +0100)
The copyright list got longer, so we need more vertical space.

Signed-off-by: Adrian Knoth <adi@drcomp.erfurt.thur.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
hdspmixer/src/HDSPMixerWindow.cxx

index 5ac3794ca05ca7299ee99e02ba934366de01641d..38e7b612ac06de9077918efe0a46e82e50499457 100644 (file)
@@ -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);