diff options
| author | Andrea Azzarone <azzaronea@gmail.com> | 2012-06-06 13:18:25 +0200 |
|---|---|---|
| committer | Andrea Azzarone <azzaronea@gmail.com> | 2012-06-06 13:18:25 +0200 |
| commit | 5dcfee6df6129c6b337039fb20601f4283087680 (patch) | |
| tree | 937a38f3d19f3247ec36e5bd7ea3a71d04f3ab7a /hud | |
| parent | f1f46c746899ca71d66a07fc9db8097adbc0c38e (diff) | |
Fix bottom padding.
(bzr r2379.2.3)
Diffstat (limited to 'hud')
| -rw-r--r-- | hud/HudView.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hud/HudView.cpp b/hud/HudView.cpp index bfaa66f4f..381ba7af3 100644 --- a/hud/HudView.cpp +++ b/hud/HudView.cpp @@ -47,7 +47,7 @@ const int default_height = 276; const int content_width = 939; const int top_padding = 11; -const int bottom_padding = 9; +const int bottom_padding = 10; const int left_padding = 11; const int right_padding = 0; } |
