mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 17:19:50 +00:00
Fix ruler text not getting clipped (#1023)
This commit is contained in:
parent
d070f8c5f5
commit
2613e02cd2
|
@ -275,6 +275,7 @@ drag_to_rearrange_enabled = true
|
|||
script = ExtResource("3")
|
||||
|
||||
[node name="HorizontalRuler" type="Button" parent="DockableContainer/Main Canvas"]
|
||||
clip_contents = true
|
||||
custom_minimum_size = Vector2(0, 16)
|
||||
layout_mode = 2
|
||||
focus_mode = 0
|
||||
|
@ -290,6 +291,7 @@ size_flags_vertical = 3
|
|||
theme_override_constants/separation = 0
|
||||
|
||||
[node name="VerticalRuler" type="Button" parent="DockableContainer/Main Canvas/ViewportandVerticalRuler"]
|
||||
clip_contents = true
|
||||
custom_minimum_size = Vector2(16, 0)
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 0
|
||||
|
|
Loading…
Reference in a new issue