mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 20:44:14 +02:00
increases height of bandwidth meters by 8 pixels
This commit is contained in:
parent
f1e5a56347
commit
fdf9f10e82
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
namespace { // .cpp-local
|
||||
|
||||
int const AREA_WIDTH = -400; // Width of the area used. Aligned to the right when negative.
|
||||
int const AREA_HEIGHT = 32; // Height of the area used. Aligned to the bottom when negative.
|
||||
int const AREA_HEIGHT = 40; // Height of the area used. Aligned to the bottom when negative.
|
||||
int const BORDER_DISTANCE_HORIZ = -20; // Distance to edge of screen (use negative value when width is negative).
|
||||
int const BORDER_DISTANCE_VERT = 20; // Distance to edge of screen (use negative value when height is negative).
|
||||
|
||||
|
|
Loading…
Reference in a new issue