diff src/typedefs.h @ 2813:e9e8e8b2afce

Move menu/toolbar to top of window Moving the menu/toolbar to the top of the window eliminates the problem of these items being partially obscured when the tools pane is reduced to a small width.
author Colin Clark <colin.clark@cclark.uk>
date Sun, 12 Aug 2018 17:29:35 +0100
parents ea4163f0c769
children e6f95baec8b5
line wrap: on
line diff
--- a/src/typedefs.h	Sat Aug 11 19:48:17 2018 +0100
+++ b/src/typedefs.h	Sun Aug 12 17:29:35 2018 +0100
@@ -731,7 +731,7 @@
 
 //	gint tools_float;
 //	gint tools_hidden;
-
+	GtkWidget *menu_tool_bar; /*Combined menu and toolbar box */
 	GtkWidget *menu_bar; /* referenced by lw, exist during whole lw lifetime */
 	/* toolbar */