diff options
| author | dam <dam@gudinoff> | 2022-02-09 00:34:02 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2022-02-09 00:34:02 +0000 |
| commit | bfa4fe480ecb9ba4f4ce69788362ba61ce2144c1 (patch) | |
| tree | 556715462845aba72b9be5687c9f4f51ae7c7feb /main.tscn | |
| parent | cc3f6e5ea29bfe006576a35b5fa24d029a07cf7c (diff) | |
| download | surgery-log-bfa4fe480ecb9ba4f4ce69788362ba61ce2144c1.tar.zst surgery-log-bfa4fe480ecb9ba4f4ce69788362ba61ce2144c1.zip | |
Fade out action buttons when no actions is possible.
Diffstat (limited to 'main.tscn')
| -rw-r--r-- | main.tscn | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -30,14 +30,14 @@ anchor_left = 1.0 anchor_top = 1.0 anchor_right = 1.0 anchor_bottom = 1.0 -margin_left = -140.0 -margin_top = -410.0 +margin_left = -160.0 +margin_top = -430.0 __meta__ = { "_edit_use_anchors_": false } [node name="delete" type="Button" parent="database/actions"] -margin_right = 140.0 +margin_right = 160.0 margin_bottom = 134.0 focus_mode = 0 enabled_focus_mode = 0 @@ -49,7 +49,7 @@ __meta__ = { [node name="edit" type="Button" parent="database/actions"] margin_top = 138.0 -margin_right = 140.0 +margin_right = 160.0 margin_bottom = 272.0 focus_mode = 0 enabled_focus_mode = 0 @@ -61,7 +61,7 @@ __meta__ = { [node name="add" type="Button" parent="database/actions"] margin_top = 276.0 -margin_right = 140.0 +margin_right = 160.0 margin_bottom = 410.0 focus_mode = 0 enabled_focus_mode = 0 |
