From 9751f7a726a4b00e7fd79c74a1e5cdb0fa1a310e Mon Sep 17 00:00:00 2001
From: Jan Nieuwenhuizen <janneke@gnu.org>
Date: Mon, 14 Jul 2008 15:17:10 +0200
Subject: [PATCH] Manual tweaks for string-input.xml.

---
 sc/uiconfig/layout/string-input.xml |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/sc/uiconfig/layout/string-input.xml b/sc/uiconfig/layout/string-input.xml
index 4e16111..6718fcf 100644
--- a/sc/uiconfig/layout/string-input.xml
+++ b/sc/uiconfig/layout/string-input.xml
@@ -4,13 +4,13 @@
      transex3/layout/tralay.  !-->
 
 <modaldialog sizeable="true" closeable="false" moveable="true" output-size="true" id="RID_SCDLG_STRINPUT" sv-look="true" xmlns="http://openoffice.org/2007/layout" xmlns:cnt="http://openoffice.org/2007/layout/container">
-    <vbox>
-        <hbox>
-            <fixedtext id="FT_LABEL"/>
-            <okbutton default="true" id="BTN_OK" tabstop="true"/>
-        </hbox>
+    <vbox spacing="5" border="5">
+        <fixedtext id="FT_LABEL"/>
         <edit has_border="true" id="ED_INPUT" tabstop="true"/>
-        <cancelbutton id="BTN_CANCEL" tabstop="true"/>
-        <helpbutton id="BTN_HELP" tabstop="true"/>
+	<dialogbuttonhbox border="5" spacing="5">
+            <okbutton default="true" id="BTN_OK" tabstop="true"/>
+            <cancelbutton id="BTN_CANCEL" tabstop="true"/>
+            <helpbutton id="BTN_HELP" tabstop="true"/>
+	</dialogbuttonhbox>
     </vbox>
 </modaldialog>
-- 
1.5.6.3.317.g5d44c9.dirty


