widget-factory: Use :relief=none, not class .flat

The rest of the ui file follows that convention.
This commit is contained in:
Daniel Boles
2017-05-13 21:55:28 +01:00
parent 2dfcb47190
commit 16e23bebe3

View File

@ -3750,6 +3750,7 @@ microphone-sensitivity-medium-symbolic</property>
<property name="visible">1</property> <property name="visible">1</property>
<property name="valign">center</property> <property name="valign">center</property>
<property name="popover">notebook_info_popover</property> <property name="popover">notebook_info_popover</property>
<property name="relief">none</property>
<child> <child>
<object class="GtkImage"> <object class="GtkImage">
<property name="visible">1</property> <property name="visible">1</property>
@ -3760,7 +3761,6 @@ microphone-sensitivity-medium-symbolic</property>
<style> <style>
<class name="image-button"/> <class name="image-button"/>
<class name="circular"/> <class name="circular"/>
<class name="flat"/>
</style> </style>
</object> </object>
</child> </child>