diff --git a/core/src/main/assets/interfaces/icons.png b/core/src/main/assets/interfaces/icons.png index 7cd66227c..b1d2ffabb 100644 Binary files a/core/src/main/assets/interfaces/icons.png and b/core/src/main/assets/interfaces/icons.png differ diff --git a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ui/Icons.java b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ui/Icons.java index 7184073a8..eba0a42eb 100644 --- a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ui/Icons.java +++ b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ui/Icons.java @@ -131,7 +131,7 @@ public enum Icons { icon.frame( icon.texture.uvRectBySize( 51, 0, 16, 16 ) ); break; case NEWS: - icon.frame( icon.texture.uvRectBySize( 68, 0, 15, 15 ) ); + icon.frame( icon.texture.uvRectBySize( 68, 0, 16, 15 ) ); break; case CHANGES: icon.frame( icon.texture.uvRectBySize( 85, 0, 15, 15 ) ); @@ -164,9 +164,9 @@ public enum Icons { break; case DISPLAY: if (!PixelScene.landscape()){ - icon.frame( icon.texture.uvRectBySize( 16, 32, 13, 16 ) ); + icon.frame( icon.texture.uvRectBySize( 16, 32, 12, 16 ) ); } else { - icon.frame( icon.texture.uvRectBySize( 32, 32, 16, 13 ) ); + icon.frame( icon.texture.uvRectBySize( 32, 32, 16, 12 ) ); } break; case DATA: