[gtk+] Inspector: better default split of CSS nodes/props
- From: Daniel Boles <dboles src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Inspector: better default split of CSS nodes/props
- Date: Wed, 1 Nov 2017 20:25:56 +0000 (UTC)
commit ff66de366cf9060edee84a1c6dacb7802928fff6
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 1fff833..851bfbc 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]