Merge pull request #3854 from williamweaver/fix/xui-parsing-fixes
Fix: Resolve Minor XUI Parsing Warnings in Environment Widgetsmaster
commit
be2e7e9d18
|
|
@ -139,7 +139,7 @@
|
|||
max_val_x="30"
|
||||
min_val_y="-30"
|
||||
max_val_y="30"
|
||||
logarithmic="1"/>
|
||||
logarithmic="true"/>
|
||||
|
||||
<text
|
||||
name="cloud_image_label"
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@
|
|||
name="virtualtrackball"
|
||||
width="150"
|
||||
height="150"
|
||||
user_resize="false"
|
||||
increment_angle_mouse="1.5f"
|
||||
increment_angle_btn="1.0f"
|
||||
image_sphere="VirtualTrackball_Sphere"
|
||||
|
|
|
|||
|
|
@ -3,11 +3,9 @@
|
|||
name="xyvector"
|
||||
width="120"
|
||||
height="140"
|
||||
decimal_digits="1"
|
||||
label_width="16"
|
||||
padding="4"
|
||||
edit_bar_height="18"
|
||||
user_resize="false">
|
||||
edit_bar_height="18">
|
||||
|
||||
<xy_vector.border
|
||||
visible="true"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue