Revision: 2978
http://sourceforge.net/p/swingme/code/2978
Author: yuranet
Date: 2025-12-24 14:33:03 +0000 (Wed, 24 Dec 2025)
Log Message:
-----------
make all title bars edge-to-edge
Modified Paths:
--------------
AndroidME/src_SwingME_plaf/net/yura/android/plaf/AndroidLookAndFeel.java
Modified: AndroidME/src_SwingME_plaf/net/yura/android/plaf/AndroidLookAndFeel.java
===================================================================
--- AndroidME/src_SwingME_plaf/net/yura/android/plaf/AndroidLookAndFeel.java 2025-12-24 14:28:28 UTC (rev 2977)
+++ AndroidME/src_SwingME_plaf/net/yura/android/plaf/AndroidLookAndFeel.java 2025-12-24 14:33:03 UTC (rev 2978)
@@ -251,7 +251,7 @@
Style titleBarStyle = new Style(defaultStyle);
- titleBarStyle.addBorder(new EdgeToEdgeBorder(getBorder(ctx, 0, android.R.drawable.title_bar)),Style.ALL);
+ titleBarStyle.addBorder(getBorder(ctx, 0, android.R.drawable.title_bar),Style.ALL);
setStyleFor("TitleBar", titleBarStyle);
// This a non focusable component. Just set Style.ALL
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|