widget-factory: Use :relief=none, not class .flat
The rest of the ui file follows that convention.
This commit is contained in:
@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user