summaryrefslogtreecommitdiff
path: root/src/game/GameView.cpp
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-08-06 16:28:08 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-08-06 16:28:08 (GMT)
commitf75a3c264235d5edf162fd0f7bf6e04d629704f9 (patch)
tree470be69c93a82ac007454a5ffefc999f1d0c9851 /src/game/GameView.cpp
parent662640c96c86ba83132f0683c35bfba24b43783c (diff)
downloadpowder-f75a3c264235d5edf162fd0f7bf6e04d629704f9.zip
powder-f75a3c264235d5edf162fd0f7bf6e04d629704f9.tar.gz
More icon adjustments
Diffstat (limited to 'src/game/GameView.cpp')
-rw-r--r--src/game/GameView.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/GameView.cpp b/src/game/GameView.cpp
index d0fde06..b64af05 100644
--- a/src/game/GameView.cpp
+++ b/src/game/GameView.cpp
@@ -193,7 +193,6 @@ GameView::GameView():
};
loginButton = new ui::Button(ui::Point(Size.X-141, Size.Y-16), ui::Point(92, 15), "[sign in]");
loginButton->Appearance.HorizontalAlign = ui::Appearance::AlignLeft;
- loginButton->Appearance.Margin.Top+=2;
loginButton->SetIcon(IconLogin);
loginButton->SetActionCallback(new LoginAction(this));
AddComponent(loginButton);