From 06ff7bfda3f9edd715effc9e65e92997ed78d7d3 Mon Sep 17 00:00:00 2001 From: Emmanouil Papadeas <35376950+OverloadedOrama@users.noreply.github.com> Date: Fri, 24 May 2024 03:05:45 +0300 Subject: [PATCH] Update Keychain --- addons/README.md | 2 +- addons/keychain/ShortcutEdit.tscn | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/addons/README.md b/addons/README.md index 1109ab2d3..7605b0eb4 100644 --- a/addons/README.md +++ b/addons/README.md @@ -9,7 +9,7 @@ ## Keychain - Upstream: https://github.com/Orama-Interactive/Keychain -- Version: [66417933f76ad6e76dd479145183acddecf4ae33](https://github.com/Orama-Interactive/Keychain/commit/66417933f76ad6e76dd479145183acddecf4ae33) +- Version: [8860f66e880ff2fe876d45e681751fd6c6946558](https://github.com/Orama-Interactive/Keychain/commit/8860f66e880ff2fe876d45e681751fd6c6946558) - License: [MIT](https://github.com/Orama-Interactive/Keychain/blob/main/LICENSE) ## gdgifexporter diff --git a/addons/keychain/ShortcutEdit.tscn b/addons/keychain/ShortcutEdit.tscn index 57bfd46c4..2e46a0e54 100644 --- a/addons/keychain/ShortcutEdit.tscn +++ b/addons/keychain/ShortcutEdit.tscn @@ -35,25 +35,30 @@ text = "Shortcut profile:" [node name="ProfileOptionButton" type="OptionButton" parent="VBoxContainer/HBoxContainer"] layout_mode = 2 +size_flags_horizontal = 3 mouse_default_cursor_shape = 2 [node name="NewProfile" type="Button" parent="VBoxContainer/HBoxContainer"] layout_mode = 2 +size_flags_horizontal = 3 mouse_default_cursor_shape = 2 text = "New" [node name="RenameProfile" type="Button" parent="VBoxContainer/HBoxContainer"] layout_mode = 2 +size_flags_horizontal = 3 mouse_default_cursor_shape = 2 text = "Rename" [node name="DeleteProfile" type="Button" parent="VBoxContainer/HBoxContainer"] layout_mode = 2 +size_flags_horizontal = 3 mouse_default_cursor_shape = 2 text = "Delete" [node name="OpenProfileFolder" type="Button" parent="VBoxContainer/HBoxContainer"] layout_mode = 2 +size_flags_horizontal = 3 mouse_default_cursor_shape = 2 text = "Open Folder"