Revision: 2631
http://sourceforge.net/p/swingme/code/2631
Author: yuranet
Date: 2021-12-31 02:04:26 +0000 (Fri, 31 Dec 2021)
Log Message:
-----------
do not use old style ios dialog
Modified Paths:
--------------
iOSME/iosmeimg/dialog.png
iOSME/res/iOS_theme.xml
Modified: iOSME/iosmeimg/dialog.png
===================================================================
(Binary files differ)
Modified: iOSME/res/iOS_theme.xml
===================================================================
--- iOSME/res/iOS_theme.xml 2021-12-30 02:15:08 UTC (rev 2630)
+++ iOSME/res/iOS_theme.xml 2021-12-31 02:04:26 UTC (rev 2631)
@@ -72,10 +72,10 @@
<bind style="window" key="Window"/>
<style id="dialog">
- <insets top="15" left="15" bottom="20" right="20"/>
+ <insets top="5" left="15" bottom="5" right="15"/>
<state>
- <imagePainter path="/iosmeimg/dialog.png" sourceInsets="40 80 25 85" paintCenter="true"/>
- <color type="FOREGROUND" value="#FFFFFF"/>
+ <imagePainter path="/iosmeimg/dialog.png" sourceInsets="10 10 10 10" paintCenter="true"/>
+ <color type="FOREGROUND" value="#000000"/>
</state>
</style>
<bind style="dialog" key="Dialog"/>
@@ -88,6 +88,7 @@
<bind style="dialogTitle" key="InternalFrameTitlePane"/>
<style id="titleLabel">
+ <insets top="10" left="0" bottom="0" right="0"/>
<state>
<font name="PROPORTIONAL" size="MEDIUM" style="BOLD"/>
</state>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|