From 71c7800e8ae5dc2d701242828ceb8c11bcd96fbe Mon Sep 17 00:00:00 2001 From: andyq Date: Mon, 21 Oct 2002 16:02:45 +0000 Subject: Changed so that there are 13 letter buttons on each line - previously N, O & P were missing (presumed dead) --- diff --git a/noncore/settings/aqpkg/networkpkgmgr.cpp b/noncore/settings/aqpkg/networkpkgmgr.cpp index 9acaaf1..52d95a8 100644 --- a/noncore/settings/aqpkg/networkpkgmgr.cpp +++ b/noncore/settings/aqpkg/networkpkgmgr.cpp @@ -135,7 +135,7 @@ void NetworkPackageManager :: initGui() text[0] = 'A' + i; LetterPushButton *b = new LetterPushButton( text, this ); connect( b, SIGNAL( released( QString ) ), this, SLOT( letterPushed( QString ) ) ); - if ( i < 16 ) + if ( i < 13 ) hbox3->addWidget( b ); else hbox4->addWidget( b ); -- cgit v0.9.0.2