mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-22 09:16:05 +03:00
- Attempt to fix log title size on some computers
This commit is contained in:
parent
0c795cce28
commit
63f0664daa
1 changed files with 6 additions and 0 deletions
|
@ -268,6 +268,12 @@
|
|||
</property>
|
||||
<item>
|
||||
<widget class="QLabel" name="info_icon" >
|
||||
<property name="minimumSize" >
|
||||
<size>
|
||||
<width>20</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string/>
|
||||
</property>
|
||||
|
|
Loading…
Reference in a new issue