Make Dialog Box Wider
22 Dec 2016 21:01 #84574
by fc60
Make Dialog Box Wider was created by fc60
Greetings,
Using LinuxCNC 2.5.4 with Ubuntu 10.4
In the attached screenshot, notice where is says...
"Tool 2361, offset -6.6249, diameter 0.5"
"0.5" is actually "0.547". The text exceeds the window size.
So, where do I go to modify the window size?
There is a lot of unused space to the right of the Tool and Position information boxes
Cheers,
Dave
Using LinuxCNC 2.5.4 with Ubuntu 10.4
In the attached screenshot, notice where is says...
"Tool 2361, offset -6.6249, diameter 0.5"
"0.5" is actually "0.547". The text exceeds the window size.
So, where do I go to modify the window size?
There is a lot of unused space to the right of the Tool and Position information boxes
Cheers,
Dave
Please Log in or Create an account to join the conversation.
24 Dec 2016 19:13 #84673
by fc60
Replied by fc60 on topic Make Dialog Box Wider
Greetings,
Surely someone must know what file needs to be edited.
Cheers,
Dave
Surely someone must know what file needs to be edited.
Cheers,
Dave
Please Log in or Create an account to join the conversation.
27 Dec 2016 22:12 #84766
by andypugh
Replied by andypugh on topic Make Dialog Box Wider
try editing /usr/share/axis/tcl/axis.tcl
Line 1332 in the version I am using.
Increase the width.
Line 1332 in the version I am using.
label .info.tool \
-anchor w \
-borderwidth 2 \
-relief sunken \
-textvariable tool \
-width 30
Increase the width.
The following user(s) said Thank You: fc60
Please Log in or Create an account to join the conversation.
29 Dec 2016 14:29 #84851
by fc60
Replied by fc60 on topic Make Dialog Box Wider
Greetings Andy,
Many thanks for the editing information.
Now I have a new "bug". The file is owned by "root" and I have no idea what the "root" password is.
I sent a note to the folks that built the machine; but, I am not overly optimistic.
Cheers,
Dave
Many thanks for the editing information.
Now I have a new "bug". The file is owned by "root" and I have no idea what the "root" password is.
I sent a note to the folks that built the machine; but, I am not overly optimistic.
Cheers,
Dave
Please Log in or Create an account to join the conversation.
- Todd Zuercher
- Offline
- Platinum Member
Less
More
- Posts: 5007
- Thank you received: 1441
29 Dec 2016 14:55 #84854
by Todd Zuercher
Replied by Todd Zuercher on topic Make Dialog Box Wider
You should be able to edit it using a sudo command with your user password.
Please Log in or Create an account to join the conversation.
Time to create page: 0.080 seconds