Merge pull request #1911 from defnax/fixing-posteditem-class-stylesheet

Fixing typing icon
This commit is contained in:
defnax 2020-05-05 19:33:01 +02:00 committed by GitHub
commit 73194d2f4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 2 deletions

View File

@ -241,6 +241,9 @@ border-image: url(:/images/closepressed.png)
</property> </property>
<item> <item>
<layout class="QHBoxLayout" name="typingHLayout"> <layout class="QHBoxLayout" name="typingHLayout">
<property name="leftMargin">
<number>2</number>
</property>
<item> <item>
<widget class="QLabel" name="typingPixmapLabel"> <widget class="QLabel" name="typingPixmapLabel">
<property name="minimumSize"> <property name="minimumSize">
@ -258,6 +261,9 @@ border-image: url(:/images/closepressed.png)
<property name="text"> <property name="text">
<string notr="true">T</string> <string notr="true">T</string>
</property> </property>
<property name="scaledContents">
<bool>true</bool>
</property>
<property name="alignment"> <property name="alignment">
<set>Qt::AlignCenter</set> <set>Qt::AlignCenter</set>
</property> </property>

View File

@ -162,7 +162,7 @@
<string>Reply Message</string> <string>Reply Message</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../images.qrc"> <iconset>
<normaloff>:/images/mail_reply.png</normaloff>:/images/mail_reply.png</iconset> <normaloff>:/images/mail_reply.png</normaloff>:/images/mail_reply.png</iconset>
</property> </property>
</widget> </widget>
@ -196,7 +196,7 @@
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../icons.qrc"> <iconset resource="../icons.qrc">
<normaloff>:/icons/png/cancel.png</normaloff>:/icons/png/cancel.png</iconset> <normaloff>:/icons/mail/delete.png</normaloff>:/icons/mail/delete.png</iconset>
</property> </property>
</widget> </widget>
</item> </item>