mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-06 05:14:21 -04:00
gui: forum: set combobox property for versions of post
Only silhouette of word instead of time no more. This is maximum length of time representation, but auto shrinkable.
This commit is contained in:
parent
d66340d65a
commit
5d132918c3
1 changed files with 5 additions and 1 deletions
|
@ -433,7 +433,11 @@
|
|||
</widget>
|
||||
</item>
|
||||
<item row="0" column="8">
|
||||
<widget class="RSComboBox" name="versions_CB"/>
|
||||
<widget class="RSComboBox" name="versions_CB">
|
||||
<property name="sizeAdjustPolicy">
|
||||
<enum>QComboBox::AdjustToContents</enum>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="0" column="9">
|
||||
<widget class="Line" name="lineRight">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue