mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-25 06:40:58 -04:00
Improved Network Settings Layout, better look and order
This commit is contained in:
parent
6f3ba57314
commit
aec42a8e1f
3 changed files with 320 additions and 292 deletions
|
@ -228,6 +228,7 @@ void ServerPage::load()
|
|||
|
||||
ui.netModeComboBox->show() ;
|
||||
ui.hiddenMode_LB->hide() ;
|
||||
ui.iconlabel_hiddenMode->hide() ;
|
||||
|
||||
/* set net mode */
|
||||
int netIndex = 0;
|
||||
|
@ -880,6 +881,8 @@ void ServerPage::loadHiddenNode()
|
|||
//ui.netModeComboBox->setCurrentIndex(3);
|
||||
ui.netModeComboBox->hide();
|
||||
ui.hiddenMode_LB->show();
|
||||
ui.iconlabel_hiddenMode->show() ;
|
||||
ui.iconlabel_hiddenMode->setPixmap(QPixmap(":/images/ledon1.png"));
|
||||
|
||||
// CHANGE OPTIONS ON
|
||||
ui.discComboBox->removeItem(3);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue