Hi <@U016EM8L91B> , Any way to display the layer n...
# magic
r
Hi @User , Any way to display the layer name side by side along with the layer palette in magic ? Thanks
1
m
t
@User: To get the layer name displayed to the side of the layer, you'd have to modify the Tcl script that generates the toolbar, which is
magic::maketoolbar
in
wrapper.tcl
. Since the script creates a grid of rows and columns, you'd want to change that to a single column, and since there are always going to be more layers than you have room for in the window, you'd need to put all that in a scrollable frame with a scrollbar on the side.