Disable activity word wrapping

This commit is contained in:
Jordan Sherer 2018-07-06 16:39:51 -04:00
parent aa1871dc66
commit 1134cd5782

View File

@ -777,6 +777,9 @@ background-color: yellow;
<property name="sortingEnabled">
<bool>false</bool>
</property>
<property name="wordWrap">
<bool>false</bool>
</property>
<attribute name="horizontalHeaderVisible">
<bool>false</bool>
</attribute>
@ -908,6 +911,9 @@ QTextEdit[readOnly=&quot;true&quot;] {
<property name="gridStyle">
<enum>Qt::DotLine</enum>
</property>
<property name="wordWrap">
<bool>false</bool>
</property>
<attribute name="horizontalHeaderVisible">
<bool>false</bool>
</attribute>