Skip to content
Snippets Groups Projects
Commit d09de240 authored by Lis Pardi's avatar Lis Pardi
Browse files

ext-2633 Default Upload Permissions floater all messed up

parent 5d739145
No related branches found
No related tags found
No related merge requests found
...@@ -22,10 +22,10 @@ ...@@ -22,10 +22,10 @@
height="16" height="16"
label="Share with group" label="Share with group"
layout="topleft" layout="topleft"
left_delta="-250" left="10"
name="share_with_group" name="share_with_group"
top_delta="2" top="5"
width="106" /> width="150" />
<check_box <check_box
control_name="EveryoneCopy" control_name="EveryoneCopy"
height="16" height="16"
...@@ -33,8 +33,8 @@ ...@@ -33,8 +33,8 @@
layout="topleft" layout="topleft"
left_delta="0" left_delta="0"
name="everyone_copy" name="everyone_copy"
top_pad="16" top_pad="5"
width="130" /> width="150" />
<text <text
type="string" type="string"
length="1" length="1"
...@@ -43,8 +43,8 @@ ...@@ -43,8 +43,8 @@
layout="topleft" layout="topleft"
left_delta="0" left_delta="0"
name="NextOwnerLabel" name="NextOwnerLabel"
top_pad="16" top_pad="5"
width="88"> width="150">
Next owner can: Next owner can:
</text> </text>
<check_box <check_box
...@@ -54,17 +54,17 @@ ...@@ -54,17 +54,17 @@
layout="topleft" layout="topleft"
left_delta="0" left_delta="0"
name="next_owner_modify" name="next_owner_modify"
top_pad="14" top_pad="5"
width="78" /> width="150" />
<check_box <check_box
control_name="NextOwnerCopy" control_name="NextOwnerCopy"
height="16" height="16"
label="Copy" label="Copy"
layout="topleft" layout="topleft"
left_delta="78" left_delta="0"
name="next_owner_copy" name="next_owner_copy"
top_delta="0" top_pad="5"
width="88" > width="150" >
<check_box.commit_callback <check_box.commit_callback
function="Perms.Copy" /> function="Perms.Copy" />
</check_box> </check_box>
...@@ -76,10 +76,10 @@ ...@@ -76,10 +76,10 @@
initial_value="true" initial_value="true"
label="Resell/Give away" label="Resell/Give away"
layout="topleft" layout="topleft"
left_delta="88" left_delta="0"
name="next_owner_transfer" name="next_owner_transfer"
top_delta="0" top_pad="5"
width="106" /> width="150" />
</panel> </panel>
<button <button
height="20" height="20"
......
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