moved SMPlayer,Messenger, About/Help to the left SideBar

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@446 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2008-03-31 13:00:00 +00:00
parent f92d88d18d
commit dbae307810
6 changed files with 48 additions and 16 deletions

View file

@ -41,7 +41,7 @@
/** Constructor */
HelpDialog::HelpDialog(QWidget *parent)
: MainPage(parent)
:QDialog(parent)
{
/* Invoke the Qt Designer generated object setup routine */
ui.setupUi(this);
@ -62,6 +62,8 @@ HelpDialog::HelpDialog(QWidget *parent)
QTextStream in(&thanksFile);
ui.thanks->setText(in.readAll());
}
ui.label_4->setMinimumWidth(20);
/* Hide platform specific features */