[orca] Tweak for bgo#574344 - Support for different progress bar "verbosity levels" should be implemented



commit da6dbe21a3444772ed23c191881b9a9c4c883fcf
Author: Willie Walker <william walker sun com>
Date:   Wed Aug 5 10:00:23 2009 -0400

    Tweak for bgo#574344 - Support for different progress bar "verbosity levels" should be implemented
    
    Remove the 'orientation' property from the VBox to avoid runtime error
    about unsupported/unknown property.  The tab order and appearance remain
    the same.  I suspect Glade was just a little overzealous adding the
    'orientation' property to a vertical box.

 src/orca/orca-setup.ui |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/orca/orca-setup.ui b/src/orca/orca-setup.ui
index 609e9b6..63328f7 100644
--- a/src/orca/orca-setup.ui
+++ b/src/orca/orca-setup.ui
@@ -1562,7 +1562,6 @@
                             <child>
                               <object class="GtkVBox" id="progressBarVBox">
                                 <property name="visible">True</property>
-                                <property name="orientation">vertical</property>
                                 <child>
                                   <object class="GtkHBox" id="hbox43">
                                     <property name="visible">True</property>



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