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/HandTool.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tikzit/src/gtk/HandTool.m') diff --git a/tikzit/src/gtk/HandTool.m b/tikzit/src/gtk/HandTool.m index 3f8906c..c3a0fb4 100644 --- a/tikzit/src/gtk/HandTool.m +++ b/tikzit/src/gtk/HandTool.m @@ -22,7 +22,7 @@ #import "tzstockitems.h" @implementation HandTool -- (NSString*) name { return @"Drag Tool"; } +- (NSString*) name { return @"Drag"; } - (const gchar*) stockId { return TIKZIT_STOCK_DRAG; } - (NSString*) helpText { return @"Move the diagram to view different parts"; } - (NSString*) shortcut { return @"m"; } -- cgit v1.2.3