guiVolumeChange: prevent wrong value position by using 1 label instead of 2 (#5839)
authorLoïc Blot <nerzhul@users.noreply.github.com>
Sun, 28 May 2017 13:23:30 +0000 (15:23 +0200)
committerGitHub <noreply@github.com>
Sun, 28 May 2017 13:23:30 +0000 (15:23 +0200)
commitef152428ef6ac609d805c4519b2247556db44931
treed3fc8ed7de511149590d0d6fcf15e7dd32777add
parentc09e16ff5bd65a82aa231a286308f3415fe9159e
guiVolumeChange: prevent wrong value position by using 1 label instead of 2 (#5839)

* Use only one label instead of two for the soundText, this permit to ensure both label & values are aligned
* Add '%' character too, to reflect it's a percentage volume
* Remove rect on regenerateGui (upper part) which shadows outer part and which is not needed outside of the DesiredRect affectation

Fix issue #5837
src/guiVolumeChange.cpp