mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-09 17:12:31 -06:00
Fix alignment issues in program preferences
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
* Unreleased - Christophe Dumez <chris@qbittorrent.org> - v2.5.2
|
* Unreleased - Christophe Dumez <chris@qbittorrent.org> - v2.5.2
|
||||||
- BUGFIX: Fix alternative speed icon staying pressed when disabled
|
- BUGFIX: Fix alternative speed icon staying pressed when disabled
|
||||||
|
- BUGFIX: Fix slot warning on startup
|
||||||
|
- BUGFIX: Fix alignment issues in program preferences
|
||||||
|
|
||||||
* Sun Dec 5 2010 - Christophe Dumez <chris@qbittorrent.org> - v2.5.1
|
* Sun Dec 5 2010 - Christophe Dumez <chris@qbittorrent.org> - v2.5.1
|
||||||
- BUGFIX: Fix possible crash when right-clicking on a torrent
|
- BUGFIX: Fix possible crash when right-clicking on a torrent
|
||||||
|
|||||||
@@ -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 {
|
||||||
@@ -806,7 +806,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 {
|
||||||
@@ -939,7 +939,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>485</height>
|
<height>485</height>
|
||||||
</rect>
|
</rect>
|
||||||
@@ -1797,7 +1797,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>
|
||||||
@@ -1814,7 +1814,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 {
|
||||||
@@ -1836,7 +1836,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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user