mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-29 05:40:25 -04:00
hdspmixer: Increase height of about window.
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>
This commit is contained in:
parent
073fad25cb
commit
3f34b2c0f2
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue