From 0fb03eb851ecfc7f3fe9eb70ca9d2befb273e13d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=F8=EDk?= Date: Sun, 2 Mar 2014 13:58:22 +0100 Subject: [PATCH] application icon fix --- .../decompiler/flash/gui/MyRibbonApplicationMenuButtonUI.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/trunk/src/com/jpexs/decompiler/flash/gui/MyRibbonApplicationMenuButtonUI.java b/trunk/src/com/jpexs/decompiler/flash/gui/MyRibbonApplicationMenuButtonUI.java index cab07b99e..8fb00ac40 100644 --- a/trunk/src/com/jpexs/decompiler/flash/gui/MyRibbonApplicationMenuButtonUI.java +++ b/trunk/src/com/jpexs/decompiler/flash/gui/MyRibbonApplicationMenuButtonUI.java @@ -211,8 +211,8 @@ public class MyRibbonApplicationMenuButtonUI extends BasicRibbonApplicationMenuB this.applicationMenuButton, g)); if (!useThemed) { - regular.paintIcon(this.applicationMenuButton, g2d, iconRect.x, - iconRect.y); + regular.paintIcon(this.applicationMenuButton, g2d, iconRect.x - 1, + iconRect.y - 1); } else { CommandButtonBackgroundDelegate.paintThemedCommandButtonIcon( g2d, iconRect, this.applicationMenuButton, regular,