From: Jim Evins Date: Mon, 25 Nov 2002 04:17:02 +0000 (+0000) Subject: Added menu icons for order, rotation, and flipping commands. X-Git-Tag: glabels-2_3_0~703 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7fc9f03681245fcf04dee4f3392931f58f9c755b;p=glabels Added menu icons for order, rotation, and flipping commands. Split Align submenu, into Horizontal and Vertical submenus. git-svn-id: https://glabels.svn.sourceforge.net/svnroot/glabels/trunk@184 f5e0f49d-192f-0410-a22d-a8d8700d0965 --- diff --git a/glabels2/src/glabels-ui.xml b/glabels2/src/glabels-ui.xml index 57ade849..93000ccc 100644 --- a/glabels2/src/glabels-ui.xml +++ b/glabels2/src/glabels-ui.xml @@ -142,22 +142,28 @@ pixtype="stock" pixname="gtk-properties"/> + _tip="Raise object to top" + pixtype="stock" pixname="gl_stock_order_top"/> + _tip="Lower object to bottom" + pixtype="stock" pixname="gl_stock_order_bottom"/> + _tip="Rotate object 90 counter-clockwise" + pixtype="stock" pixname="gl_stock_rotate_left"/> + _tip="Rotate object 90 clockwise" + pixtype="stock" pixname="gl_stock_rotate_right"/> + _tip="Flip object horizontally" + pixtype="stock" pixname="gl_stock_flip_horiz"/> + _tip="Flip object vertically" + pixtype="stock" pixname="gl_stock_flip_vert"/>