[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:
@@ -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"/>
|
||||
|
||||
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user