Skip to content

Commit

Permalink
Fix scale slider
Browse files Browse the repository at this point in the history
  • Loading branch information
DMagic1 committed Dec 14, 2016
1 parent 26e1731 commit c29a671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/BetterKerbNet/KerbNetDevourerSettings.cs
Expand Up @@ -57,7 +57,7 @@ public class KerbNetDevourerSettings : GameParameters.CustomParameterNode
public bool autoRefresh;
[GameParameters.CustomParameterUI("Add Map Orientation Button", autoPersistance = true)]
public bool orientationButton;
[GameParameters.CustomFloatParameterUI("Scale", toolTip = "Adjust the UI scale for the KerbNet window", minValue = 0.5f, maxValue = 4, displayFormat = "P0", autoPersistance = true)]
[GameParameters.CustomFloatParameterUI("Scale", toolTip = "Adjust the UI scale for the KerbNet window", asPercentage = true, minValue = 0.5f, maxValue = 4, displayFormat = "N1", autoPersistance = true)]
public float scale = 1;
[GameParameters.CustomParameterUI("Use As Default", autoPersistance = false)]
public bool useAsDefault;
Expand Down

0 comments on commit c29a671

Please sign in to comment.