summaryrefslogtreecommitdiffstats
path: root/share/ui
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2019-06-03 20:28:19 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2019-06-03 20:37:47 +0000
commitaca9af18f6cb32137bab0ae8fade0952a6d8ddb2 (patch)
treeac451d7ac7f382866cff339c71bbd9862170f91b /share/ui
parentAttemp to add values from enums (diff)
downloadinkscape-aca9af18f6cb32137bab0ae8fade0952a6d8ddb2.tar.gz
inkscape-aca9af18f6cb32137bab0ae8fade0952a6d8ddb2.zip
Improvements to CSS dialog
Diffstat (limited to 'share/ui')
-rw-r--r--share/ui/dialog-css.ui4
1 files changed, 3 insertions, 1 deletions
diff --git a/share/ui/dialog-css.ui b/share/ui/dialog-css.ui
index c17a3b72c..198ac53c6 100644
--- a/share/ui/dialog-css.ui
+++ b/share/ui/dialog-css.ui
@@ -65,12 +65,14 @@
<child>
<object class="GtkTreeView" id="CSSTree">
<property name="visible">True</property>
- <property name="can_focus">True</property>
+ <property name="can_focus">False</property>
+ <property name="has_tooltip">True</property>
<property name="valign">start</property>
<property name="headers_visible">False</property>
<property name="enable_search">False</property>
<property name="hover_selection">True</property>
<property name="show_expanders">False</property>
+ <property name="tooltip_column">6</property>
<property name="activate_on_single_click">True</property>
<child internal-child="selection">
<object class="GtkTreeSelection" id="CSSTreeData"/>