Fixing typing icon

This commit is contained in:
defnax 2020-05-05 16:10:30 +02:00
parent c2372322e1
commit a8e8cfbd32

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>