mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 21:24:44 -04:00
Small UI improvement - The visibility icon will remain in a fixed place no matter how long the layer name is.
This commit is contained in:
parent
3b68698be3
commit
b9b0d3e1b3
3 changed files with 45 additions and 24 deletions
|
@ -516,9 +516,9 @@ func layers_changed(value : Array) -> void:
|
|||
if !layers[i][0]:
|
||||
layers[i][0] = tr("Layer") + " %s" % i
|
||||
|
||||
layer_container.get_child(0).get_child(1).text = layers[i][0]
|
||||
layer_container.get_child(0).get_child(2).text = layers[i][0]
|
||||
layers_container.add_child(layer_container)
|
||||
layer_container.label.text = layers[i][0]
|
||||
layer_container.line_edit.text = layers[i][0]
|
||||
|
||||
frames_container.add_child(layers[i][2])
|
||||
for j in range(canvases.size()):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue