Revision: 2980
http://sourceforge.net/p/swingme/code/2980
Author: yuranet
Date: 2025-12-24 15:29:48 +0000 (Wed, 24 Dec 2025)
Log Message:
-----------
use correct theme property name
Modified Paths:
--------------
SwingMETest/resources/badoo/high/synth.xml
SwingMETest/resources/badoo/low/synth.xml
SwingMETest/resources/badoo/medium/synth.xml
Modified: SwingMETest/resources/badoo/high/synth.xml
===================================================================
--- SwingMETest/resources/badoo/high/synth.xml 2025-12-24 14:46:51 UTC (rev 2979)
+++ SwingMETest/resources/badoo/high/synth.xml 2025-12-24 15:29:48 UTC (rev 2980)
@@ -567,9 +567,9 @@
<bind style="menuRenderer" key="MenuRenderer"/>
<style id="menuItem">
- <imageIcon id="arrow" path="/images/goto-arrow.png"/>
+ <imageIcon id="right_arrow" path="/images/goto-arrow.png"/>
<state>
- <property key="icon" value="arrow"/>
+ <property key="arrow" value="right_arrow"/>
</state>
</style>
<bind style="menuItem" key="MenuItem"/>
Modified: SwingMETest/resources/badoo/low/synth.xml
===================================================================
--- SwingMETest/resources/badoo/low/synth.xml 2025-12-24 14:46:51 UTC (rev 2979)
+++ SwingMETest/resources/badoo/low/synth.xml 2025-12-24 15:29:48 UTC (rev 2980)
@@ -549,9 +549,9 @@
<bind style="menuRenderer" key="MenuRenderer"/>
<style id="menuItem">
- <imageIcon id="arrow" path="/images/goto-arrow.png"/>
+ <imageIcon id="right_arrow" path="/images/goto-arrow.png"/>
<state>
- <property key="icon" value="arrow"/>
+ <property key="arrow" value="right_arrow"/>
</state>
</style>
<bind style="menuItem" key="MenuItem"/>
Modified: SwingMETest/resources/badoo/medium/synth.xml
===================================================================
--- SwingMETest/resources/badoo/medium/synth.xml 2025-12-24 14:46:51 UTC (rev 2979)
+++ SwingMETest/resources/badoo/medium/synth.xml 2025-12-24 15:29:48 UTC (rev 2980)
@@ -563,9 +563,9 @@
<bind style="menuRenderer" key="MenuRenderer"/>
<style id="menuItem">
- <imageIcon id="arrow" path="/images/goto-arrow.png"/>
+ <imageIcon id="right_arrow" path="/images/goto-arrow.png"/>
<state>
- <property key="icon" value="arrow"/>
+ <property key="arrow" value="right_arrow"/>
</state>
</style>
<bind style="menuItem" key="MenuItem"/>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|