diff options
author | onefang | 2019-05-19 21:24:15 +1000 |
---|---|---|
committer | onefang | 2019-05-19 21:24:15 +1000 |
commit | 5e4d6cab00cb29cd088ab7b62ab13aff103b64cb (patch) | |
tree | a9fbc62df9eb2d1d9ba2698d8552eae71eca20d8 /bin/set_object_owner.xml | |
parent | Add a build script. (diff) | |
download | opensim-SC-5e4d6cab00cb29cd088ab7b62ab13aff103b64cb.zip opensim-SC-5e4d6cab00cb29cd088ab7b62ab13aff103b64cb.tar.gz opensim-SC-5e4d6cab00cb29cd088ab7b62ab13aff103b64cb.tar.bz2 opensim-SC-5e4d6cab00cb29cd088ab7b62ab13aff103b64cb.tar.xz |
Dump OpenSim 0.9.0.1 into it's own branch.
Diffstat (limited to 'bin/set_object_owner.xml')
-rw-r--r-- | bin/set_object_owner.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/set_object_owner.xml b/bin/set_object_owner.xml new file mode 100644 index 0000000..6d9bb8a --- /dev/null +++ b/bin/set_object_owner.xml | |||
@@ -0,0 +1,8 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <floater can_close="true" can_drag_on_left="false" can_minimize="false" can_resize="false" height="100" name="set_owner_name" title="Set Owner Name" width="390"> | ||
3 | <text bottom="-30" left="10">New Owner Name</text> | ||
4 | <line_editor enabled="false" bottom="-60" left="10" width="280" name="new_owner" height="20"/> | ||
5 | <button bottom_delta="0" left="300" height="20" width="80" label="Choose" name="picker"/> | ||
6 | <button bottom="-90" width="80" height="20" left="300" label="OK" name="ok" /> | ||
7 | <button bottom="-90" width="80" height="20" left="210" label="Cancel" name="cancel" /> | ||
8 | </floater> | ||