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