Removed buttons that do not belong on the toolbar: "New", "Load", "Save".
Load and save are currently not implemented anyway, but they do not represent frequently used actions anyway.
This commit is contained in:
parent
90c84b768a
commit
9242b88d07
|
@ -291,52 +291,6 @@
|
||||||
<property name="tooltips">True</property>
|
<property name="tooltips">True</property>
|
||||||
<property name="show_arrow">False</property>
|
<property name="show_arrow">False</property>
|
||||||
|
|
||||||
<child>
|
|
||||||
<widget class="GtkToolButton" id="button_new">
|
|
||||||
<property name="visible">True</property>
|
|
||||||
<property name="tooltip" translatable="yes">Ny fil</property>
|
|
||||||
<property name="stock_id">gtk-new</property>
|
|
||||||
<property name="visible_horizontal">True</property>
|
|
||||||
<property name="visible_vertical">True</property>
|
|
||||||
<property name="is_important">False</property>
|
|
||||||
<signal name="clicked" handler="on_button_new_clicked" last_modification_time="Fri, 21 Apr 2006 13:46:38 GMT"/>
|
|
||||||
</widget>
|
|
||||||
<packing>
|
|
||||||
<property name="expand">False</property>
|
|
||||||
<property name="homogeneous">True</property>
|
|
||||||
</packing>
|
|
||||||
</child>
|
|
||||||
|
|
||||||
<child>
|
|
||||||
<widget class="GtkToolButton" id="toolbutton2">
|
|
||||||
<property name="visible">True</property>
|
|
||||||
<property name="tooltip" translatable="yes">Åpne fil</property>
|
|
||||||
<property name="stock_id">gtk-open</property>
|
|
||||||
<property name="visible_horizontal">True</property>
|
|
||||||
<property name="visible_vertical">True</property>
|
|
||||||
<property name="is_important">False</property>
|
|
||||||
</widget>
|
|
||||||
<packing>
|
|
||||||
<property name="expand">False</property>
|
|
||||||
<property name="homogeneous">True</property>
|
|
||||||
</packing>
|
|
||||||
</child>
|
|
||||||
|
|
||||||
<child>
|
|
||||||
<widget class="GtkToolButton" id="toolbutton3">
|
|
||||||
<property name="visible">True</property>
|
|
||||||
<property name="tooltip" translatable="yes">Lagre fil</property>
|
|
||||||
<property name="stock_id">gtk-save</property>
|
|
||||||
<property name="visible_horizontal">True</property>
|
|
||||||
<property name="visible_vertical">True</property>
|
|
||||||
<property name="is_important">False</property>
|
|
||||||
</widget>
|
|
||||||
<packing>
|
|
||||||
<property name="expand">False</property>
|
|
||||||
<property name="homogeneous">True</property>
|
|
||||||
</packing>
|
|
||||||
</child>
|
|
||||||
|
|
||||||
<child>
|
<child>
|
||||||
<widget class="GtkToolButton" id="zoom_in_button">
|
<widget class="GtkToolButton" id="zoom_in_button">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
|
|
Reference in New Issue