mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-18 11:29:31 -04:00
Fixing typing icon
This commit is contained in:
parent
c2372322e1
commit
a8e8cfbd32
1 changed files with 6 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue