From f0005d52707e1e8bfb19ba44782f169e59aa815d Mon Sep 17 00:00:00 2001 From: Alex Merry Date: Tue, 11 Dec 2012 17:50:59 +0000 Subject: Remove use of GtkFrame in tool windows It's unnecessary and a waste of space. Use bolded titles instead. --- tikzit/src/gtk/tzstockitems.m | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tikzit/src/gtk/tzstockitems.m') diff --git a/tikzit/src/gtk/tzstockitems.m b/tikzit/src/gtk/tzstockitems.m index 6425d5f..5eba912 100644 --- a/tikzit/src/gtk/tzstockitems.m +++ b/tikzit/src/gtk/tzstockitems.m @@ -30,11 +30,11 @@ static GtkStockItem stock_items[] = { // GdkModifierType modifier; // guint keyval; // gchar *translation_domain; - { TIKZIT_STOCK_SELECT, "Select Tool", 0, 0, NULL }, - { TIKZIT_STOCK_CREATE_NODE, "Create Node Tool", 0, 0, NULL }, - { TIKZIT_STOCK_CREATE_EDGE, "Create Edge Tool", 0, 0, NULL }, - { TIKZIT_STOCK_BOUNDING_BOX, "Bounding Box Tool", 0, 0, NULL }, - { TIKZIT_STOCK_DRAG, "Drag Tool", 0, 0, NULL }, + { TIKZIT_STOCK_SELECT, "Select", 0, 0, NULL }, + { TIKZIT_STOCK_CREATE_NODE, "Create Node", 0, 0, NULL }, + { TIKZIT_STOCK_CREATE_EDGE, "Create Edge", 0, 0, NULL }, + { TIKZIT_STOCK_BOUNDING_BOX, "Bounding Box", 0, 0, NULL }, + { TIKZIT_STOCK_DRAG, "Drag", 0, 0, NULL }, }; static guint n_stock_items = G_N_ELEMENTS (stock_items); -- cgit v1.2.3