You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<CheckBoxx:Name="chkSwapYZ"Content="Swap Y and Z"HorizontalAlignment="Left"VerticalAlignment="Top"Foreground="{DynamicResource MainText}"IsChecked="True"ToolTip="Swaps Z and Y values, since unity Y is up"/>
35
+
<CheckBoxx:Name="chkInvertX"Content="Invert X"HorizontalAlignment="Left"VerticalAlignment="Top"Foreground="{DynamicResource MainText}"ToolTip="Inverts X value (x=-x)"/>
35
36
<CheckBoxx:Name="chkInvertZ"Content="Invert Z"HorizontalAlignment="Left"VerticalAlignment="Top"Foreground="{DynamicResource MainText}"ToolTip="Inverts Z value (z=-z)"/>
<ProgressBarx:Name="progressBarFiles"Height="10"Width="190"Background="{x:Null}"HorizontalAlignment="Left"Maximum="1"Foreground="Lime"ToolTip="Files to process"/>
62
63
</StatusBarItem>
63
64
<StatusBarItem>
64
-
<ProgressBarx:Name="progressBarPoints"Height="10"Width="690"Background="{x:Null}"HorizontalAlignment="Left"Maximum="1"Foreground="Lime"ToolTip="Points to process (in current file)"/>
65
+
<ProgressBarx:Name="progressBarPoints"Height="10"Width="490"Background="{x:Null}"HorizontalAlignment="Left"Maximum="1"Foreground="Lime"ToolTip="Points to process (in current file)"/>
0 commit comments