aboutsummaryrefslogtreecommitdiff
path: root/src/network/networkprotocol.h
diff options
context:
space:
mode:
authorLoïc Blot <nerzhul@users.noreply.github.com>2017-05-28 15:23:30 +0200
committerGitHub <noreply@github.com>2017-05-28 15:23:30 +0200
commitef152428ef6ac609d805c4519b2247556db44931 (patch)
treed3fc8ed7de511149590d0d6fcf15e7dd32777add /src/network/networkprotocol.h
parentc09e16ff5bd65a82aa231a286308f3415fe9159e (diff)
downloadminetest-ef152428ef6ac609d805c4519b2247556db44931.tar.gz
minetest-ef152428ef6ac609d805c4519b2247556db44931.tar.bz2
minetest-ef152428ef6ac609d805c4519b2247556db44931.zip
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
Diffstat (limited to 'src/network/networkprotocol.h')
0 files changed, 0 insertions, 0 deletions
1'>141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200
/*
Minetest
Copyright (C) 2010-2013 celeron55, Perttu Ahola <celeron55@gmail.com>

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation; either version 2.1 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Lesser General Public License for more details.