mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
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:
parent
5e0e244b8a
commit
ec12fcff6e
File diff suppressed because it is too large
Load Diff
@ -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);
|
||||
|
@ -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">
|
||||
|
Binary file not shown.
@ -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"/>
|
||||
|
Loading…
Reference in New Issue
Block a user