remove boldness from preferences settings

pull/12/head
Michail Vourlakos 5 years ago
parent 2256a8b855
commit fe7f35b9bf

@ -29,7 +29,7 @@
<item> <item>
<widget class="QTabWidget" name="tabWidget"> <widget class="QTabWidget" name="tabWidget">
<property name="currentIndex"> <property name="currentIndex">
<number>0</number> <number>1</number>
</property> </property>
<widget class="QWidget" name="layoutsTab"> <widget class="QWidget" name="layoutsTab">
<attribute name="title"> <attribute name="title">
@ -129,7 +129,7 @@
<bool>true</bool> <bool>true</bool>
</property> </property>
<attribute name="horizontalHeaderVisible"> <attribute name="horizontalHeaderVisible">
<bool>true</bool> <bool>false</bool>
</attribute> </attribute>
<attribute name="horizontalHeaderCascadingSectionResizes"> <attribute name="horizontalHeaderCascadingSectionResizes">
<bool>true</bool> <bool>true</bool>
@ -863,12 +863,6 @@ This tracker is used in order to not lose any screen related update.</string>
</item> </item>
<item> <item>
<widget class="QLabel" name="appearanceLbl"> <widget class="QLabel" name="appearanceLbl">
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text"> <property name="text">
<string>Appearance:</string> <string>Appearance:</string>
</property> </property>
@ -902,12 +896,6 @@ This tracker is used in order to not lose any screen related update.</string>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text"> <property name="text">
<string>Behavior:</string> <string>Behavior:</string>
</property> </property>
@ -935,12 +923,6 @@ This tracker is used in order to not lose any screen related update.</string>
</item> </item>
<item> <item>
<widget class="QLabel" name="actionsLbl"> <widget class="QLabel" name="actionsLbl">
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text"> <property name="text">
<string>Actions:</string> <string>Actions:</string>
</property> </property>
@ -974,12 +956,6 @@ This tracker is used in order to not lose any screen related update.</string>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text"> <property name="text">
<string>Parabolic Effect:</string> <string>Parabolic Effect:</string>
</property> </property>
@ -1013,12 +989,6 @@ This tracker is used in order to not lose any screen related update.</string>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text"> <property name="text">
<string>Screens:</string> <string>Screens:</string>
</property> </property>
@ -1052,12 +1022,6 @@ This tracker is used in order to not lose any screen related update.</string>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text"> <property name="text">
<string>Plasma Theme:</string> <string>Plasma Theme:</string>
</property> </property>

Loading…
Cancel
Save