Kaydet (Commit) d05f9012 authored tarafından Jan Holesovsky's avatar Jan Holesovsky

templatemanager: Some items were hidden by default.

Change-Id: Iec847eb2af74442d083153c5e1f307ed32497377
üst 0a32624e
...@@ -54,7 +54,6 @@ ...@@ -54,7 +54,6 @@
</child> </child>
<child> <child>
<object class="GtkToolButton" id="import"> <object class="GtkToolButton" id="import">
<property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="action_name">import</property> <property name="action_name">import</property>
<property name="label" translatable="yes">Import</property> <property name="label" translatable="yes">Import</property>
...@@ -68,7 +67,6 @@ ...@@ -68,7 +67,6 @@
</child> </child>
<child> <child>
<object class="GtkToolButton" id="delete"> <object class="GtkToolButton" id="delete">
<property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="action_name">delete</property> <property name="action_name">delete</property>
<property name="label" translatable="yes">Delete</property> <property name="label" translatable="yes">Delete</property>
...@@ -82,7 +80,6 @@ ...@@ -82,7 +80,6 @@
</child> </child>
<child> <child>
<object class="GtkToolButton" id="save"> <object class="GtkToolButton" id="save">
<property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="action_name">save</property> <property name="action_name">save</property>
<property name="label" translatable="yes">Save</property> <property name="label" translatable="yes">Save</property>
...@@ -117,12 +114,10 @@ ...@@ -117,12 +114,10 @@
</child> </child>
<child> <child>
<object class="GtkToolbar" id="action_templates"> <object class="GtkToolbar" id="action_templates">
<property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="hexpand">True</property> <property name="hexpand">True</property>
<child> <child>
<object class="GtkToolButton" id="template_save"> <object class="GtkToolButton" id="template_save">
<property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="action_name">template_save</property> <property name="action_name">template_save</property>
<property name="label" translatable="yes">Save</property> <property name="label" translatable="yes">Save</property>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment