Skip to content
Snippets Groups Projects
Commit 6512d9f6 authored by SignpostMarv Martin's avatar SignpostMarv Martin
Browse files

Constraints in XUI files don't match the constraints imposed elsewhere in the viewer/server code.

Don't know where the constraints are specified, but this XUI mod lets the user play within the full range of the actual constraints.
parent ab100825
No related branches found
No related tags found
No related merge requests found
......@@ -1829,26 +1829,26 @@ even though the user gets a free copy.
<spinner
follows="left|top"
height="19"
increment="0.025"
increment="0.02"
initial_value="0"
label="B"
label_width="10"
layout="topleft"
left_delta="0"
max_val="0.95"
max_val="0.98"
name="Path Limit Begin"
top_pad="3"
width="68" />
<spinner
follows="left|top"
height="19"
increment="0.025"
increment="0.02"
initial_value="1"
label="E"
label_width="10"
layout="topleft"
left_pad="10"
min_val="0.05"
min_val="0.02"
name="Path Limit End"
top_delta="0"
width="68" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment