Revision: 2523
http://sourceforge.net/p/swingme/code/2523
Author: yuranet
Date: 2021-07-08 12:06:30 +0000 (Thu, 08 Jul 2021)
Log Message:
-----------
disabled buttons
Modified Paths:
--------------
iOSME/res/iOS_theme.xml
Modified: iOSME/res/iOS_theme.xml
===================================================================
--- iOSME/res/iOS_theme.xml 2021-07-08 11:52:03 UTC (rev 2522)
+++ iOSME/res/iOS_theme.xml 2021-07-08 12:06:30 UTC (rev 2523)
@@ -30,6 +30,9 @@
<imagePainter path="/iosmeimg/highlight.png" sourceInsets="12 10 11 10" paintCenter="false"/>
<color type="BORDERFILL" value="#8f9dac"/>
</state>
+ <state value="DISABLED">
+ <color type="FOREGROUND" value="#808080"/>
+ </state>
</style>
<bind style="button" key="Button"/>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|