Browse Source

Tiny improvement for resources selection boxes

This one is related to issue 562
ArseniyShestakov 10 years ago
parent
commit
edccd60564
1 changed files with 2 additions and 2 deletions
  1. 2 2
      client/windows/CTradeWindow.cpp

+ 2 - 2
client/windows/CTradeWindow.cpp

@@ -1011,8 +1011,8 @@ void CMarketplaceWindow::getBaseForPositions(EType type, int &dx, int &dy, int &
 		dy = 79;
 		x = 39;
 		y = 180;
-		h = 66;
-		w = 74;
+		h = 68;
+		w = 70;
 		break;
 	case PLAYER:
 		dx = 83;