[orca] Fix for bug 658993 - Two GtkGrid spacing issues



commit ca4eabda3684a97c8c350ee677701cbb5511f0f0
Author: Joanmarie Diggs <joanmarie diggs gmail com>
Date:   Tue Sep 13 17:59:42 2011 -0400

    Fix for bug 658993 - Two GtkGrid spacing issues

 src/orca/orca-setup.ui |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/orca/orca-setup.ui b/src/orca/orca-setup.ui
index b58064f..255aabc 100644
--- a/src/orca/orca-setup.ui
+++ b/src/orca/orca-setup.ui
@@ -2158,7 +2158,7 @@
                               <object class="GtkGrid" id="brailleSelectionGrid">
                                 <property name="visible">True</property>
                                 <property name="can_focus">False</property>
-                                <property name="row_spacing">20</property>
+                                <property name="column_spacing">20</property>
                                 <child>
                                   <object class="GtkRadioButton" id="brailleSelectionNoneButton">
                                     <property name="label" translatable="yes" context="braille dots" comments="Translators: This option refers to the dot or dots in braille which will be used to 'underline' certain characters.">_None</property>
@@ -2274,7 +2274,7 @@
                               <object class="GtkGrid" id="brailleHyperlinkGrid">
                                 <property name="visible">True</property>
                                 <property name="can_focus">False</property>
-                                <property name="row_spacing">20</property>
+                                <property name="column_spacing">20</property>
                                 <child>
                                   <object class="GtkRadioButton" id="brailleLinkNoneButton">
                                     <property name="label" translatable="yes" context="braille dots" comments="Translators: This option refers to the dot or dots in braille which will be used to 'underline' certain characters.">_None</property>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]