mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-25 18:56:34 +03:00
- Right-aligned pieces downloaded and availability labels (they were the last one left-aligned)
This commit is contained in:
parent
92b04b66c7
commit
5ef888d142
1 changed files with 7 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
|||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>-82</y>
|
||||
<y>0</y>
|
||||
<width>518</width>
|
||||
<height>371</height>
|
||||
</rect>
|
||||
|
@ -81,6 +81,9 @@
|
|||
<property name="text">
|
||||
<string>Downloaded:</string>
|
||||
</property>
|
||||
<property name="alignment">
|
||||
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
|
@ -132,6 +135,9 @@
|
|||
<property name="text">
|
||||
<string>Availability:</string>
|
||||
</property>
|
||||
<property name="alignment">
|
||||
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
|
|
Loading…
Reference in a new issue