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
This commit is contained in:
		| @ -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> | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Daniel Boles
					Daniel Boles