mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-15 12:32:37 -04:00
Moved some internal stylesheets to the file Standard.qss.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5474 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
f7088f0cc6
commit
5d482b9a6f
30 changed files with 1403 additions and 1691 deletions
|
@ -855,7 +855,7 @@ void SharedFilesDialog::showFrame(bool show)
|
|||
ui.remoteButton->setChecked(false);
|
||||
ui.splittedButton->setChecked(false);
|
||||
|
||||
ui.labeltext->setText( tr("<strong>My Shared Files</strong>"));
|
||||
ui.titleBarLabel->setText( tr("<strong>My Shared Files</strong>"));
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -869,7 +869,7 @@ void SharedFilesDialog::showFrameRemote(bool show)
|
|||
ui.localButton->setChecked(false);
|
||||
ui.splittedButton->setChecked(false);
|
||||
|
||||
ui.labeltext->setText( tr("<strong>Friends Files</strong>"));
|
||||
ui.titleBarLabel->setText( tr("<strong>Friends Files</strong>"));
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -884,7 +884,7 @@ void SharedFilesDialog::showFrameSplitted(bool show)
|
|||
ui.localButton->setChecked(false);
|
||||
ui.remoteButton->setChecked(false);
|
||||
|
||||
ui.labeltext->setText( tr("<strong>Files</strong>"));
|
||||
ui.titleBarLabel->setText( tr("<strong>Files</strong>"));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue