[GRASS5] Re: Bob Covill's NVIZ2.2
Markus Neteler
neteler at itc.it
Wed Jun 18 08:36:07 EDT 2003
On Tue, Jun 17, 2003 at 04:05:59PM -0400, Soil & Water Lab. wrote:
>
> > Does it look like this?
>
> Almost. In fact, the menu bar is truncated : the "Scripting" entry does not
> appear, and the "Panel" entry becomes "an". No space between "an" and "Help"
> (Please look at the .PNG I attach, it looks pretty much like that).
> I have only tried with KDE: everything's fine with the CVS version, I get the
> truncated bar with Bob's version.
For me this patch helped:
diff -u nviz2.2_script~ nviz2.2_script
--- nviz2.2_script~ Fri May 30 18:54:14 2003
+++ nviz2.2_script Fri May 30 18:57:47 2003
@@ -131,7 +131,7 @@
toplevel .top2
wm geometry .top2 "+400+300"
wm minsize .top2 370 404
- wm resizable .top2 false false
+ wm resizable .top2 true true
wm title .top2 "Controls"
set Nv_(height) 720
then the menu works well (Redhat 7.1, KDE 2.x).
Markus
More information about the grass-dev
mailing list