mirror of
https://github.com/yawaflua/Informatis.git
synced 2025-12-10 12:09:27 +02:00
500 is small
This commit is contained in:
@@ -129,7 +129,7 @@ public class SettingS {
|
|||||||
addGraphicSlideSetting("softRangeOpacity", 10, 0, 25, 1, s -> s + "%", opacitySeq);
|
addGraphicSlideSetting("softRangeOpacity", 10, 0, 25, 1, s -> s + "%", opacitySeq);
|
||||||
|
|
||||||
Seq<SharSetting> drawSeq = new Seq<>();
|
Seq<SharSetting> drawSeq = new Seq<>();
|
||||||
addGraphicTypeSetting("unitlinelimit", 0, 500, 50, true, () -> true, s -> s + "units", drawSeq);
|
addGraphicTypeSetting("unitlinelimit", 0, 5000, 50, true, () -> true, s -> s + "units", drawSeq);
|
||||||
addGraphicCheckSetting("gaycursor", false, drawSeq);
|
addGraphicCheckSetting("gaycursor", false, drawSeq);
|
||||||
addGraphicCheckSetting("unithealthui", true, drawSeq);
|
addGraphicCheckSetting("unithealthui", true, drawSeq);
|
||||||
addGraphicCheckSetting("linkedMass", true, drawSeq);
|
addGraphicCheckSetting("linkedMass", true, drawSeq);
|
||||||
|
|||||||
Reference in New Issue
Block a user