mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Offspec/larger scalemode range
This commit is contained in:
parent
bce6e1c6e9
commit
885e1aac61
@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
### Added
|
### Added
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
- Doubled range of ScaleMode slider when set to Custom
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
|
@ -600,7 +600,7 @@ impl<'a> Widget for SettingsWindow<'a> {
|
|||||||
if let Some(new_val) = ImageSlider::continuous(
|
if let Some(new_val) = ImageSlider::continuous(
|
||||||
scale.log(2.0),
|
scale.log(2.0),
|
||||||
0.5f64.log(2.0),
|
0.5f64.log(2.0),
|
||||||
1.0f64.log(2.0),
|
2.0f64.log(2.0),
|
||||||
self.imgs.slider_indicator,
|
self.imgs.slider_indicator,
|
||||||
self.imgs.slider,
|
self.imgs.slider,
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user