[gtk+/gtk-3-22] Inspector: better default split of CSS nodes/props



commit 55210ae4646481f27577127e255b61d50e98546f
Author: Daniel Boles <dboles src gnome org>
Date:   Thu Oct 12 21:09:58 2017 +0100

    Inspector: better default split of CSS nodes/props
    
    Move the default pos of the Paned handle to 400px from the left, i.e.
    50% of the default width of the window. The previous position at 300px
    from left meant the node treeview was too narrow & could easily result
    in the (useful) State column not being visible in the case of many
    apps. The properties pane doesn't need to be as big as it was anyway.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=788898

 gtk/inspector/css-node-tree.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/inspector/css-node-tree.ui b/gtk/inspector/css-node-tree.ui
index a40982e..e0a95a5 100644
--- a/gtk/inspector/css-node-tree.ui
+++ b/gtk/inspector/css-node-tree.ui
@@ -15,7 +15,7 @@
         <property name="visible">1</property>
         <property name="wide-handle">1</property>
         <property name="orientation">horizontal</property>
-        <property name="position">300</property>
+        <property name="position">400</property>
         <child>
           <object class="GtkScrolledWindow">
             <property name="visible">1</property>


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