diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-09-13 20:12:50 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-09-13 20:12:50 +0100 |
commit | 89e1f3be753c7c5153261ebb94095f2dee95a991 (patch) | |
tree | e2496fc0bc113d4c146ffa78f52dc39cdc9e006c /indra/newview/skins | |
parent | e171f63f3868ca03a31e64eead32028711b3211d (diff) |
quick stab at a submit button.
Diffstat (limited to 'indra/newview/skins')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_notification.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_notification.xml b/indra/newview/skins/default/xui/en/panel_notification.xml index ef9e5323f9..21c45aa5e3 100644 --- a/indra/newview/skins/default/xui/en/panel_notification.xml +++ b/indra/newview/skins/default/xui/en/panel_notification.xml @@ -104,6 +104,14 @@ wrap="true" parse_highlights="true" parse_urls="true"/> + <button + follows="left|top" + height="25" + layout="topleft" + left_pad="10" + label="Submit" + name="submit" + width="35" /> </panel> <panel tab_stop="false" |