mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-05-07 12:29:59 -05:00
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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user