Projects/laydi
Projects
/
laydi
Archived
7
0
Fork 0

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:
Einar Ryeng 2007-12-11 10:13:31 +00:00
parent 90c84b768a
commit 9242b88d07
1 changed files with 0 additions and 46 deletions

View File

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