mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-25 23:49:35 -05:00
Fixing typing icon
This commit is contained in:
parent
c2372322e1
commit
a8e8cfbd32
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user