[accerciser] Fix for bug 691145 - The Interface Viewer's States tree is too small



commit cd16b656c54d7b65a6b0de685d5ca0523fb7acd8
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Fri Jan 4 13:40:49 2013 -0500

    Fix for bug 691145 - The Interface Viewer's States tree is too small

 plugins/interface_view.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/interface_view.ui b/plugins/interface_view.ui
index 181e309..7056a8b 100644
--- a/plugins/interface_view.ui
+++ b/plugins/interface_view.ui
@@ -192,9 +192,9 @@
                                         <property name="hscrollbar_policy">automatic</property>
                                         <property name="vscrollbar_policy">automatic</property>
                                         <property name="shadow_type">in</property>
+                                        <property name="width_request">100</property>
                                         <child>
                                           <object class="GtkTreeView" id="states_view">
-                                            <property name="width_request">100</property>
                                             <property name="visible">True</property>
                                             <property name="can_focus">True</property>
                                             <property name="model">states_liststore</property>



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