Fix alignment issues in program preferences

This commit is contained in:
Christophe Dumez
2010-12-09 17:19:33 +00:00
parent f6df1c7fed
commit d5bf2b2e1f
2 changed files with 10 additions and 8 deletions

View File

@@ -1,5 +1,7 @@
* Unreleased - Christophe Dumez <chris@qbittorrent.org> - v2.5.2
- 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
- BUGFIX: Fix possible crash when right-clicking on a torrent

View File

@@ -566,7 +566,7 @@
<property name="styleSheet">
<string notr="true">QGroupBox::title {
font-weight: normal;
margin-left: 10px;
margin-left: 0px;
margin-top: 5px;
}
QGroupBox {
@@ -642,7 +642,7 @@ QGroupBox {
<property name="styleSheet">
<string notr="true">QGroupBox::title {
font-weight: normal;
margin-left: 10px;
margin-left: 0px;
margin-top: 5px;
}
QGroupBox {
@@ -706,7 +706,7 @@ QGroupBox {
<property name="styleSheet">
<string notr="true">QGroupBox::title {
font-weight: normal;
margin-left: 10px;
margin-left: 0px;
margin-top: 5px;
}
QGroupBox {
@@ -806,7 +806,7 @@ QGroupBox {
<property name="styleSheet">
<string notr="true">QGroupBox::title {
font-weight: normal;
margin-left: 10px;
margin-left: 0px;
margin-top: 5px;
}
QGroupBox {
@@ -939,7 +939,7 @@ QGroupBox {
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<y>-51</y>
<width>507</width>
<height>485</height>
</rect>
@@ -1797,7 +1797,7 @@ QGroupBox {
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<y>-25</y>
<width>570</width>
<height>422</height>
</rect>
@@ -1814,7 +1814,7 @@ QGroupBox {
<property name="styleSheet">
<string notr="true">QGroupBox::title {
font-weight: normal;
margin-left: 10px;
margin-left: 0px;
margin-top: 5px;
}
QGroupBox {
@@ -1836,7 +1836,7 @@ QGroupBox {
<property name="styleSheet">
<string notr="true">QGroupBox::title {
font-weight: normal;
margin-left: 10px;
margin-left: 0px;
margin-top: 5px;
}
QGroupBox {