Browse Source

Minor options UI fixes by Mariusz Fik

adaptive-webui-19844
Christophe Dumez 14 years ago
parent
commit
5028ff3ddd
  1. 30
      src/ui/options.ui

30
src/ui/options.ui

@ -575,7 +575,8 @@
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">QGroupBox::title { <string notr="true">QGroupBox::title {
font-weight: normal; font-weight: normal;
margin-left: 0px; margin-left: 10px;
margin-top: 5px;
} }
QGroupBox { QGroupBox {
border-width: 0; border-width: 0;
@ -650,7 +651,8 @@ 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: 0px; margin-left: 10px;
margin-top: 5px;
} }
QGroupBox { QGroupBox {
border-width: 0; border-width: 0;
@ -713,7 +715,8 @@ 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: 0px; margin-left: 10px;
margin-top: 5px;
} }
QGroupBox { QGroupBox {
border-width: 0; border-width: 0;
@ -812,7 +815,8 @@ 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: 0px; margin-left: 10px;
margin-top: 5px;
} }
QGroupBox { QGroupBox {
border-width: 0; border-width: 0;
@ -1399,7 +1403,8 @@ 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: 0px; margin-left: 10px;
margin-top: 5px;
} }
QGroupBox { QGroupBox {
border-width: 0; border-width: 0;
@ -1417,6 +1422,9 @@ QGroupBox {
<layout class="QVBoxLayout" name="verticalLayout_5"> <layout class="QVBoxLayout" name="verticalLayout_5">
<item> <item>
<layout class="QHBoxLayout" name="horizontalLayout_13"> <layout class="QHBoxLayout" name="horizontalLayout_13">
<property name="leftMargin">
<number>5</number>
</property>
<item> <item>
<widget class="QLabel" name="label_6"> <widget class="QLabel" name="label_6">
<property name="text"> <property name="text">
@ -1482,6 +1490,9 @@ QGroupBox {
</item> </item>
<item> <item>
<layout class="QHBoxLayout" name="horizontalLayout_14"> <layout class="QHBoxLayout" name="horizontalLayout_14">
<property name="leftMargin">
<number>5</number>
</property>
<item> <item>
<widget class="QLabel" name="label_18"> <widget class="QLabel" name="label_18">
<property name="text"> <property name="text">
@ -1576,7 +1587,8 @@ 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: 0px; margin-left: 10px;
margin-top: 5px;
} }
QGroupBox { QGroupBox {
border-width: 0; border-width: 0;
@ -1597,7 +1609,8 @@ 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: 0px; margin-left: 10px;
margin-top: 5px;
} }
QGroupBox { QGroupBox {
border-width: 0; border-width: 0;
@ -1618,6 +1631,9 @@ QGroupBox {
</property> </property>
<item> <item>
<layout class="QHBoxLayout" name="horizontalLayout_8"> <layout class="QHBoxLayout" name="horizontalLayout_8">
<property name="leftMargin">
<number>5</number>
</property>
<item> <item>
<widget class="QLabel" name="dh_port_lbl"> <widget class="QLabel" name="dh_port_lbl">
<property name="text"> <property name="text">

Loading…
Cancel
Save