From: Adrian Knoth Date: Thu, 24 Feb 2011 20:33:28 +0000 (+0100) Subject: hdspmixer: Increase height of about window. X-Git-Tag: v1.0.25~42 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=3f34b2c0f2aba38b819d4b05a25b2ff2f090f512;p=alsa-tools.git hdspmixer: Increase height of about window. The copyright list got longer, so we need more vertical space. Signed-off-by: Adrian Knoth Signed-off-by: Takashi Iwai --- 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);