From 7160379d24194aff10fb59a6fcee5239abebf9e6 Mon Sep 17 00:00:00 2001 From: Alex Merry Date: Fri, 7 Dec 2012 13:42:17 +0000 Subject: Use a toolpalette that demands enough space GtkToolPalette will not request a minimum amount of space by default. Steal some code from the GIMP to always ensure we have enough space for the tools. --- tikzit/src/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'tikzit/src/Makefile.am') diff --git a/tikzit/src/Makefile.am b/tikzit/src/Makefile.am index 8d51c60..e997409 100644 --- a/tikzit/src/Makefile.am +++ b/tikzit/src/Makefile.am @@ -70,6 +70,7 @@ tikzit_SOURCES = gtk/Application.m \ gtk/mkdtemp.m \ gtk/main.m \ gtk/tzstockitems.m \ + gtk/tztoolpalette.m \ common/CircleShape.m \ common/ColorRGB.m \ common/DiamondShape.m \ -- cgit v1.2.3