mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-11 07:18:08 +00:00
Fix some alignment issues in program preferences (Thanks charles)
This commit is contained in:
parent
216c70b758
commit
8d699dc177
@ -566,7 +566,7 @@
|
|||||||
<property name="styleSheet">
|
<property name="styleSheet">
|
||||||
<string notr="true">QGroupBox::title {
|
<string notr="true">QGroupBox::title {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
margin-left: 10px;
|
margin-left: 0px;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
}
|
}
|
||||||
QGroupBox {
|
QGroupBox {
|
||||||
@ -642,7 +642,7 @@ QGroupBox {
|
|||||||
<property name="styleSheet">
|
<property name="styleSheet">
|
||||||
<string notr="true">QGroupBox::title {
|
<string notr="true">QGroupBox::title {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
margin-left: 10px;
|
margin-left: 0px;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
}
|
}
|
||||||
QGroupBox {
|
QGroupBox {
|
||||||
@ -706,7 +706,7 @@ QGroupBox {
|
|||||||
<property name="styleSheet">
|
<property name="styleSheet">
|
||||||
<string notr="true">QGroupBox::title {
|
<string notr="true">QGroupBox::title {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
margin-left: 10px;
|
margin-left: 0px;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
}
|
}
|
||||||
QGroupBox {
|
QGroupBox {
|
||||||
@ -812,7 +812,7 @@ QGroupBox {
|
|||||||
<property name="styleSheet">
|
<property name="styleSheet">
|
||||||
<string notr="true">QGroupBox::title {
|
<string notr="true">QGroupBox::title {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
margin-left: 10px;
|
margin-left: 0px;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
}
|
}
|
||||||
QGroupBox {
|
QGroupBox {
|
||||||
@ -951,7 +951,7 @@ QGroupBox {
|
|||||||
<property name="geometry">
|
<property name="geometry">
|
||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>-51</y>
|
||||||
<width>507</width>
|
<width>507</width>
|
||||||
<height>457</height>
|
<height>457</height>
|
||||||
</rect>
|
</rect>
|
||||||
@ -1799,7 +1799,7 @@ QGroupBox {
|
|||||||
<property name="geometry">
|
<property name="geometry">
|
||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>-25</y>
|
||||||
<width>570</width>
|
<width>570</width>
|
||||||
<height>422</height>
|
<height>422</height>
|
||||||
</rect>
|
</rect>
|
||||||
@ -1816,7 +1816,7 @@ QGroupBox {
|
|||||||
<property name="styleSheet">
|
<property name="styleSheet">
|
||||||
<string notr="true">QGroupBox::title {
|
<string notr="true">QGroupBox::title {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
margin-left: 10px;
|
margin-left: 0px;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
}
|
}
|
||||||
QGroupBox {
|
QGroupBox {
|
||||||
@ -1838,7 +1838,7 @@ QGroupBox {
|
|||||||
<property name="styleSheet">
|
<property name="styleSheet">
|
||||||
<string notr="true">QGroupBox::title {
|
<string notr="true">QGroupBox::title {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
margin-left: 10px;
|
margin-left: 0px;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
}
|
}
|
||||||
QGroupBox {
|
QGroupBox {
|
||||||
|
Loading…
Reference in New Issue
Block a user