From 5742a23096aeccb73495fc42221702d526a3a7e6 Mon Sep 17 00:00:00 2001
From: Zanibar <nagachief12@gmail.com>
Date: Mon, 9 Oct 2023 08:35:30 -0500
Subject: [PATCH] Increase toolbar toybox floater height (again)

---
 .../newview/skins/default/xui/en/floater_toybox.xml  | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/indra/newview/skins/default/xui/en/floater_toybox.xml b/indra/newview/skins/default/xui/en/floater_toybox.xml
index bdc04a8a788..59e3fc1000a 100644
--- a/indra/newview/skins/default/xui/en/floater_toybox.xml
+++ b/indra/newview/skins/default/xui/en/floater_toybox.xml
@@ -4,7 +4,7 @@
   can_dock="false"
   can_minimize="false"
   can_resize="false"
-  height="430"
+  height="455"
   help_topic="toybox"
   layout="topleft"
   legacy_header_height="18"
@@ -13,7 +13,7 @@
   save_rect="true"
   single_instance="true"
   title="TOOLBAR BUTTONS"
-  width="650">
+  width="675">
   <text
     follows="left|top"
     font="SansSerifMedium"
@@ -81,11 +81,11 @@
   <panel
     bevel_style="none"
     border="true"
-    bottom="366"
+    bottom="390"
     follows="left|bottom|right"
     left="20"
     right="-20"
-    top="366" />
+    top="390" />
   <button
     follows="left|bottom|right"
     height="23"
@@ -94,7 +94,7 @@
     layout="topleft"
     left="185"
     name="btn_clear_all"
-    top="385"
+    top="-45"
     width="130">
     <button.commit_callback function="Toybox.ClearAll" />
   </button>
@@ -106,7 +106,7 @@
     layout="topleft"
     left="335"
     name="btn_restore_defaults"
-    top="385"
+    top="-45"
     width="130">
     <button.commit_callback function="Toybox.RestoreDefaults" />
   </button>
-- 
GitLab