update ui of utility
This commit is contained in:
parent
297160fd0f
commit
191543600c
|
@ -13,6 +13,9 @@
|
|||
<object class="GtkLayout" id="util_layout">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="margin_left">10</property>
|
||||
<property name="margin_right">10</property>
|
||||
<property name="margin_bottom">3</property>
|
||||
<child>
|
||||
<object class="GtkMenuBar" id="util_menubar">
|
||||
<property name="width_request">800</property>
|
||||
|
@ -173,8 +176,10 @@
|
|||
<property name="width_request">100</property>
|
||||
<property name="height_request">80</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="app_paintable">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="margin_bottom">8</property>
|
||||
<property name="margin_top">10</property>
|
||||
<property name="column_spacing">6</property>
|
||||
<child>
|
||||
<object class="GtkGrid">
|
||||
<property name="width_request">80</property>
|
||||
|
|
Loading…
Reference in New Issue