Fixed size of header's right button #68

Merged
asmeron merged 1 commits from YanTheKaller/ubl-settings-bootloader:master into master 2 years ago

@ -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