Fix AMS panel colour

This commit is contained in:
Noisyfox
2025-05-19 23:52:33 +08:00
parent 5f989c81d1
commit 575d543299
3 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -525,7 +525,7 @@ public:
protected:
wxSize m_cube_size;
wxColour m_background_colour = {AMS_CONTROL_DEF_BLOCK_BK_COLOUR};
wxColour m_background_colour = {AMS_CONTROL_DEF_LIB_BK_COLOUR};
int m_padding = {7};
int m_space = {5};
bool m_hover = {false};