MainWindow: Don't use bold print for write and revert actions

At least for me it looks a bit odd to use a bold font for these actions.
They are not that much more important than the other ones.
This commit is contained in:
Martin Kleusberg
2013-05-08 21:19:02 +02:00
parent 74bdfee384
commit a39325830c
-12
View File
@@ -1021,12 +1021,6 @@
<property name="whatsThis">
<string>This option is used to revert the current database file to its last saved state. All changes made since the last save operation are lost.</string>
</property>
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
</action>
<action name="fileSaveAction">
<property name="enabled">
@@ -1045,12 +1039,6 @@
<property name="whatsThis">
<string>This option is used to save changes to the database file.</string>
</property>
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
</action>
<action name="fileCompactAction">
<property name="enabled">