diff options
author | Martin Schirrmacher <vdr.skinflat@schirrmacher.eu> | 2013-09-01 13:49:00 +0200 |
---|---|---|
committer | Martin Schirrmacher <vdr.skinflat@schirrmacher.eu> | 2013-09-01 13:49:00 +0200 |
commit | 672ec8b7e10375d178c4803c958c49e816fd673e (patch) | |
tree | d5e5d2e8a0270575068c662d811f9ae00819c3cd /displayvolume.c | |
parent | aaeacb41484e988ebab26f4b326ac5ad954de01b (diff) | |
download | skin-flat-672ec8b7e10375d178c4803c958c49e816fd673e.tar.gz skin-flat-672ec8b7e10375d178c4803c958c49e816fd673e.tar.bz2 |
fixes in SetItem
Diffstat (limited to 'displayvolume.c')
-rw-r--r-- | displayvolume.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/displayvolume.c b/displayvolume.c index 2c9ce51..ee48f90 100644 --- a/displayvolume.c +++ b/displayvolume.c @@ -7,7 +7,8 @@ cFlatDisplayVolume::cFlatDisplayVolume(void) { CreateFullOsd(); TopBarCreate(); - int width = osdWidth / 4 * 3; + + int width = osdWidth /4*3; int left = osdWidth - width; left /= 2; |