From eed6cfc27a48eef1fffa21a9540ab7fd6d5c230c Mon Sep 17 00:00:00 2001 From: Nicola Fontana Date: Wed, 9 Mar 2011 18:21:07 +0100 Subject: [PATCH] [demo] Hardcoded 50 as "width-chars" for notes The automatic value (-1) for "width-chars" does not work for some reason. Setting it to 50 to get a 2 lines notes instead of 3 in english. Quite a dumb solution but no way to escape... --- demo/adg-demo.ui.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/demo/adg-demo.ui.in b/demo/adg-demo.ui.in index b034a4ac..a9590ca6 100644 --- a/demo/adg-demo.ui.in +++ b/demo/adg-demo.ui.in @@ -34,6 +34,7 @@ True + 50 Rotate the mouse wheel to zoom in and out. Drag with the wheel pressed to pan. @@ -41,6 +42,7 @@ Drag with the wheel pressed to pan. True + 50 Keep the shift pressed while rotating or dragging with the wheel to zoom or pan in global space. -- 2.11.4.GIT