diff options
author | Matt Enad <m22mail@comcast.net> | 2023-12-20 19:52:20 -0500 |
---|---|---|
committer | Matt Enad <m22mail@comcast.net> | 2024-02-16 14:49:44 -0500 |
commit | 5b5de0e1676bb96c34e4e3cd51f912ac159519a8 (patch) | |
tree | fce39bb1037214220bc3a546860d946448383433 /modules/mono/editor | |
parent | e5a3fd1e53ad4e6efc1fd17deded8f4ce0973d10 (diff) | |
download | redot-engine-5b5de0e1676bb96c34e4e3cd51f912ac159519a8.tar.gz |
Add hover highlight to main editor buttons
Updates styling of the editor run bar, plugin, bottom panel, icon buttons, and main menu buttons for accessibility.
Diffstat (limited to 'modules/mono/editor')
-rw-r--r-- | modules/mono/editor/GodotTools/GodotTools/GodotSharpEditor.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mono/editor/GodotTools/GodotTools/GodotSharpEditor.cs b/modules/mono/editor/GodotTools/GodotTools/GodotSharpEditor.cs index 44422eb862..6c8b9b099c 100644 --- a/modules/mono/editor/GodotTools/GodotTools/GodotSharpEditor.cs +++ b/modules/mono/editor/GodotTools/GodotTools/GodotSharpEditor.cs @@ -509,7 +509,7 @@ namespace GodotTools _toolBarBuildButton = new Button { - Flat = true, + Flat = false, Icon = EditorInterface.Singleton.GetEditorTheme().GetIcon("BuildCSharp", "EditorIcons"), FocusMode = Control.FocusModeEnum.None, Shortcut = EditorDefShortcut("mono/build_solution", "Build Project".TTR(), (Key)KeyModifierMask.MaskAlt | Key.B), |