mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-19 01:29:49 +00:00
Fix timeline's resize grabber not responding immediatly
It seems that the Canvas-Timeline SplitContainer's split offset had a hardcoded value
This commit is contained in:
parent
cd811d7e78
commit
4b191139f6
|
@ -1024,7 +1024,6 @@ margin_right = 950.0
|
||||||
margin_bottom = 692.0
|
margin_bottom = 692.0
|
||||||
size_flags_horizontal = 3
|
size_flags_horizontal = 3
|
||||||
custom_constants/autohide = 0
|
custom_constants/autohide = 0
|
||||||
split_offset = 278
|
|
||||||
|
|
||||||
[node name="ViewportAndRulers" type="VBoxContainer" parent="ToolsAndCanvas/CanvasAndTimeline"]
|
[node name="ViewportAndRulers" type="VBoxContainer" parent="ToolsAndCanvas/CanvasAndTimeline"]
|
||||||
margin_right = 890.0
|
margin_right = 890.0
|
||||||
|
@ -1136,7 +1135,6 @@ script = ExtResource( 7 )
|
||||||
margin_top = 492.0
|
margin_top = 492.0
|
||||||
margin_right = 890.0
|
margin_right = 890.0
|
||||||
margin_bottom = 692.0
|
margin_bottom = 692.0
|
||||||
size_flags_vertical = 3
|
|
||||||
custom_styles/panel = SubResource( 3 )
|
custom_styles/panel = SubResource( 3 )
|
||||||
|
|
||||||
[node name="TallscreenHSplitContainer" type="HSplitContainer" parent="ToolsAndCanvas/CanvasAndTimeline"]
|
[node name="TallscreenHSplitContainer" type="HSplitContainer" parent="ToolsAndCanvas/CanvasAndTimeline"]
|
||||||
|
|
Loading…
Reference in a new issue