summaryrefslogtreecommitdiff
path: root/displayvolume.c
diff options
context:
space:
mode:
Diffstat (limited to 'displayvolume.c')
-rw-r--r--displayvolume.c3
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;