mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-12 16:09:37 -05:00
Remove compiler warning and commit missing file.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3454 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
6bd6c50502
commit
948a583465
15
retroshare-gui/src/gui/qss/chat/history/houtgoing.htm
Normal file
15
retroshare-gui/src/gui/qss/chat/history/houtgoing.htm
Normal file
@ -0,0 +1,15 @@
|
||||
<style type="text/css">
|
||||
%css-style%
|
||||
</style>
|
||||
<table class='houtgoingTable' width='100%'>
|
||||
<tr>
|
||||
<td class='header houtgoingHeader'>%name%</td>
|
||||
<td width='130' align='right' class='time houtgoingTime'>[%timestamp%]</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table class='houtgoingTable' width='100%'>
|
||||
<tr>
|
||||
<td>%message%</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -771,7 +771,7 @@
|
||||
<attribute name="title">
|
||||
<string>Private</string>
|
||||
</attribute>
|
||||
<layout class="QVBoxLayout" name="verticalLayout_2">
|
||||
<layout class="QVBoxLayout" name="verticalLayout_3">
|
||||
<item>
|
||||
<layout class="QHBoxLayout" name="privateListLayout">
|
||||
<item>
|
||||
@ -875,7 +875,7 @@
|
||||
<attribute name="title">
|
||||
<string>History</string>
|
||||
</attribute>
|
||||
<layout class="QVBoxLayout" name="verticalLayout_3">
|
||||
<layout class="QVBoxLayout" name="verticalLayout_4">
|
||||
<item>
|
||||
<layout class="QHBoxLayout" name="historyListLayout">
|
||||
<item>
|
||||
|
Loading…
Reference in New Issue
Block a user