Inspector: better default split of CSS nodes/props
authorDaniel Boles <dboles@src.gnome.org>
Thu, 12 Oct 2017 20:09:58 +0000 (21:09 +0100)
committerDaniel Boles <dboles@src.gnome.org>
Wed, 1 Nov 2017 20:24:55 +0000 (20:24 +0000)
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

index 1fff833f7a3129e4a7fee1b72ea73e67e48aab0b..851bfbc795c798fcaf4054cf17f1ab6dea707bd2 100644 (file)
@@ -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>