mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-02-07 10:59:49 +00:00
Set minimum size in tools, tool options and timeline
This commit is contained in:
parent
da34f0ae7b
commit
175eb0b250
|
@ -105,12 +105,9 @@ HScrollBar/styles/scroll_focus = SubResource( 19 )
|
||||||
[node name="AnimationTimeline" type="Panel"]
|
[node name="AnimationTimeline" type="Panel"]
|
||||||
margin_right = 902.0
|
margin_right = 902.0
|
||||||
margin_bottom = 160.0
|
margin_bottom = 160.0
|
||||||
rect_min_size = Vector2( 0, 160 )
|
rect_min_size = Vector2( 36, 160 )
|
||||||
rect_clip_content = true
|
rect_clip_content = true
|
||||||
script = ExtResource( 1 )
|
script = ExtResource( 1 )
|
||||||
__meta__ = {
|
|
||||||
"_edit_use_anchors_": false
|
|
||||||
}
|
|
||||||
|
|
||||||
[node name="ScrollContainer" type="ScrollContainer" parent="."]
|
[node name="ScrollContainer" type="ScrollContainer" parent="."]
|
||||||
anchor_right = 1.0
|
anchor_right = 1.0
|
||||||
|
|
|
@ -7,7 +7,7 @@ anchor_right = 1.0
|
||||||
anchor_bottom = 1.0
|
anchor_bottom = 1.0
|
||||||
margin_right = -1242.0
|
margin_right = -1242.0
|
||||||
margin_bottom = -230.0
|
margin_bottom = -230.0
|
||||||
rect_min_size = Vector2( 36, 0 )
|
rect_min_size = Vector2( 36, 36 )
|
||||||
size_flags_horizontal = 0
|
size_flags_horizontal = 0
|
||||||
size_flags_vertical = 0
|
size_flags_vertical = 0
|
||||||
|
|
||||||
|
|
|
@ -359,6 +359,7 @@ margin_left = 958.0
|
||||||
margin_top = 266.0
|
margin_top = 266.0
|
||||||
margin_right = 1107.0
|
margin_right = 1107.0
|
||||||
margin_bottom = 574.0
|
margin_bottom = 574.0
|
||||||
|
rect_min_size = Vector2( 72, 72 )
|
||||||
__meta__ = {
|
__meta__ = {
|
||||||
"_edit_use_anchors_": false
|
"_edit_use_anchors_": false
|
||||||
}
|
}
|
||||||
|
@ -375,6 +376,7 @@ margin_left = 1127.0
|
||||||
margin_top = 266.0
|
margin_top = 266.0
|
||||||
margin_right = 1276.0
|
margin_right = 1276.0
|
||||||
margin_bottom = 574.0
|
margin_bottom = 574.0
|
||||||
|
rect_min_size = Vector2( 72, 72 )
|
||||||
|
|
||||||
[node name="RightPanelContainer" type="PanelContainer" parent="DockableContainer/Right Tool Options"]
|
[node name="RightPanelContainer" type="PanelContainer" parent="DockableContainer/Right Tool Options"]
|
||||||
margin_right = 149.0
|
margin_right = 149.0
|
||||||
|
|
Loading…
Reference in a new issue