Browse Source

Fix some alignment issues in program preferences (Thanks charles)

adaptive-webui-19844
Christophe Dumez 14 years ago
parent
commit
8d699dc177
  1. 16
      src/preferences/options.ui

16
src/preferences/options.ui

@ -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…
Cancel
Save