Text message view, scroll down if sorted by timestamp

This commit is contained in:
Klaus Basan
2020-01-05 23:56:17 +01:00
committed by Mat Sutcliffe
parent a1ea9a2e10
commit 9dc85da42d
4 changed files with 16 additions and 17 deletions

View File

@@ -2,14 +2,6 @@
<ui version="4.0">
<class>CTextMessageComponent</class>
<widget class="QFrame" name="CTextMessageComponent">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>300</width>
<height>367</height>
</rect>
</property>
<property name="windowTitle">
<string>Text messages</string>
</property>
@@ -56,21 +48,12 @@
</property>
<item>
<widget class="BlackGui::Views::CTextMessageView" name="tvp_TextMessagesAll">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="verticalScrollBarPolicy">
<enum>Qt::ScrollBarAsNeeded</enum>
</property>
<property name="horizontalScrollBarPolicy">
<enum>Qt::ScrollBarAsNeeded</enum>
</property>
<property name="sizeAdjustPolicy">
<enum>QAbstractScrollArea::AdjustToContents</enum>
</property>
<property name="autoScroll">
<bool>false</bool>
</property>