mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-19 01:29:49 +00:00
Slightly increase the layer container minimum size to match the layer buttons
This commit is contained in:
parent
3935bfd2d3
commit
a05dbabf98
|
@ -116,7 +116,7 @@ func _notification(what: int) -> void:
|
||||||
drag_highlight.hide()
|
drag_highlight.hide()
|
||||||
elif what == NOTIFICATION_THEME_CHANGED:
|
elif what == NOTIFICATION_THEME_CHANGED:
|
||||||
if is_instance_valid(layer_settings_container):
|
if is_instance_valid(layer_settings_container):
|
||||||
layer_container.custom_minimum_size.x = layer_settings_container.size.x
|
layer_container.custom_minimum_size.x = layer_settings_container.size.x + 12
|
||||||
|
|
||||||
|
|
||||||
func _input(event: InputEvent) -> void:
|
func _input(event: InputEvent) -> void:
|
||||||
|
|
Loading…
Reference in a new issue