Fixed #185: message inbox should show the full message text

This commit is contained in:
Jordan Sherer 2019-05-27 08:52:46 -04:00
parent aa065ec32d
commit 52416fbf9a

View File

@ -53,7 +53,7 @@
<enum>QAbstractScrollArea::AdjustToContentsOnFirstShow</enum>
</property>
<property name="autoScroll">
<bool>false</bool>
<bool>true</bool>
</property>
<property name="editTriggers">
<set>QAbstractItemView::NoEditTriggers</set>
@ -161,10 +161,10 @@
</font>
</property>
<property name="visible">
<bool>false</bool>
<bool>true</bool>
</property>
<property name="styleSheet">
<string notr="true">QTextEdit { background-color:#ffeaa7; }</string>
<string notr="true">QTextEdit { /*background-color:#ffeaa7*/; }</string>
</property>
</widget>
<widget class="QTextEdit" name="replytextEdit">