Customize Axis slider for make it bigger
19 Nov 2020 11:42 #189769
by alkabal
Customize Axis slider for make it bigger was created by alkabal
Attachments:
Please Log in or Create an account to join the conversation.
19 Nov 2020 12:11 #189772
by alkabal
Replied by alkabal on topic Customize Axis slider for make it bigger
I answear to myself with the help of this Axis.tcl
forum.linuxcnc.org/21-axis/40659-axis-2-...of-old-friend#189711
edit Axis.tcl and add -width 22 in the scrollbar section ($_tabs_mdi.history.sby and pane_bottom)
exemple :
forum.linuxcnc.org/21-axis/40659-axis-2-...of-old-friend#189711
edit Axis.tcl and add -width 22 in the scrollbar section ($_tabs_mdi.history.sby and pane_bottom)
exemple :
scrollbar ${pane_bottom}.t.sb \
-borderwidth 0 -width 22 \
-command [list ${pane_bottom}.t.text yview] \
-highlightthickness 4
The following user(s) said Thank You: tommylight
Please Log in or Create an account to join the conversation.
Time to create page: 0.070 seconds