[Gui] Ensure Read Only Booleans in PropertyEditor are shown using Disabled Text Color (#27429)

* Ensure read only Booleans are shown using Disabled Text color
* Make the disabled text color a more significant contrast to enabled
* Ensure correct contrasting color for Axis letters versus background color for both Light and Dark themes
This commit is contained in:
Syres916
2026-02-13 17:56:20 +00:00
committed by GitHub
parent f1366e8a75
commit ba030237b7
4 changed files with 9 additions and 2 deletions

View File

@@ -117,6 +117,7 @@
<FCBool Name="Simple" Value="1"/>
<FCBool Name="UseBackgroundColorMid" Value="0"/>
<FCUInt Name="AnnotationTextColor" Value="2914369023"/>
<FCUInt Name="AxisLetterColor" Value="3301229823"/>
<FCUInt Name="BackgroundColor" Value="522133503"/>
<FCUInt Name="BoundingBoxColor" Value="4059297279"/>
<FCUInt Name="CbLabelColor" Value="2914369023"/>

View File

@@ -130,6 +130,7 @@
<FCBool Name="Simple" Value="1"/>
<FCBool Name="UseBackgroundColorMid" Value="0"/>
<FCUInt Name="AnnotationTextColor" Value="876232959"/>
<FCUInt Name="AxisLetterColor" Value="255"/>
<FCUInt Name="BackgroundColor" Value="4160223231"/>
<FCUInt Name="BoundingBoxColor" Value="1230002175"/>
<FCUInt Name="CbLabelColor" Value="556083711"/>