Fixed size of header's right button

pull/68/head
parent 335a328e9b
commit dbb9d909c7

@ -1354,6 +1354,7 @@
<child> <child>
<object class="GtkMenuButton" id="btnSettings"> <object class="GtkMenuButton" id="btnSettings">
<property name="visible">True</property> <property name="visible">True</property>
<property name="app-paintable">True</property>
<property name="can-focus">True</property> <property name="can-focus">True</property>
<property name="focus-on-click">False</property> <property name="focus-on-click">False</property>
<property name="receives-default">True</property> <property name="receives-default">True</property>
@ -1363,6 +1364,9 @@
<child> <child>
<placeholder/> <placeholder/>
</child> </child>
<style>
<class name="noborder"/>
</style>
</object> </object>
<packing> <packing>
<property name="expand">False</property> <property name="expand">False</property>

Loading…
Cancel
Save