diff options
Diffstat (limited to 'filter')
-rw-r--r-- | filter/filter.ui | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/filter/filter.ui b/filter/filter.ui index d8791626da..10c293cf9c 100644 --- a/filter/filter.ui +++ b/filter/filter.ui @@ -132,9 +132,11 @@ <object class="GtkLabel" id="rule_label"> <property name="visible">True</property> <property name="xalign">0</property> - <property name="label" translatable="yes"><b>_Filter Rules</b></property> - <property name="use_markup">True</property> + <property name="label" translatable="yes">_Filter Rules</property> <property name="use_underline">True</property> + <attributes> + <attribute name="weight" value="bold"/> + </attributes> </object> <packing> <property name="expand">False</property> |