From 3dfc05c2e84923bc0aef5256d227f566aaa37868 Mon Sep 17 00:00:00 2001
From: Leslie Linden <leslie@lindenlab.com>
Date: Wed, 21 Sep 2011 13:51:59 -0700
Subject: [PATCH] Updating toolbar test floater to use new side definition
 rather than orientation

---
 indra/newview/skins/default/xui/en/floater_test_toolbar.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/indra/newview/skins/default/xui/en/floater_test_toolbar.xml b/indra/newview/skins/default/xui/en/floater_test_toolbar.xml
index 55cfd462acc..76bba4e72e4 100644
--- a/indra/newview/skins/default/xui/en/floater_test_toolbar.xml
+++ b/indra/newview/skins/default/xui/en/floater_test_toolbar.xml
@@ -13,7 +13,7 @@
            width="500"
            left="0"
            top="20"
-           orientation="horizontal">
+           side="top">
     <button width="0"
             auto_resize="true"
             label="Button 1"/>
@@ -30,7 +30,7 @@
            width="100"
            left="0"
            top="70"
-           orientation="vertical">
+           side="left">
     <button height="30"
             label="Button 1"/>
     <button height="50"
-- 
GitLab