Optimized layout of the private chat window.

Fixed german language.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4407 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2011-07-07 23:24:48 +00:00
parent 5e0e244b8a
commit ec12fcff6e
5 changed files with 757 additions and 756 deletions

File diff suppressed because it is too large Load Diff

View File

@ -147,6 +147,7 @@ void PopupChatWindow::addDialog(PopupChatDialog *dialog)
ui.tabWidget->addTab(dialog, dialog->getTitle());
} else {
ui.horizontalLayout->addWidget(dialog);
ui.horizontalLayout->setContentsMargins(0, 0, 5, 0);
peerId = dialog->getPeerId();
chatDialog = dialog;
calculateStyle(dialog);

View File

@ -24,6 +24,18 @@
<string notr="true"/>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<property name="leftMargin">
<number>5</number>
</property>
<property name="topMargin">
<number>5</number>
</property>
<property name="rightMargin">
<number>5</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QTabWidget" name="tabWidget">
<property name="tabsClosable">

View File

@ -4051,7 +4051,7 @@ p, li { white-space: pre-wrap; }
<message>
<location line="+104"/>
<source>Messages entered here are sent to all connected friends</source>
<translation type="unfinished"></translation>
<translation>Nachrichten, die Du hier eingibst, werden an alle verbundenen Freunde versendet</translation>
</message>
<message>
<location line="+96"/>