summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2019-05-29 09:16:50 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2019-06-02 09:50:17 +0000
commit0213907c55de8310db7d0338ad00c5bccd2c08c1 (patch)
tree1246adf55cca8cb6517b9839cb7488de4d232ba0 /share
parentImprovements to hadle whols CSS file (diff)
downloadinkscape-0213907c55de8310db7d0338ad00c5bccd2c08c1.tar.gz
inkscape-0213907c55de8310db7d0338ad00c5bccd2c08c1.zip
Fixed UI issues
Diffstat (limited to 'share')
-rw-r--r--share/ui/dialog-css.ui7
1 files changed, 7 insertions, 0 deletions
diff --git a/share/ui/dialog-css.ui b/share/ui/dialog-css.ui
index 8ae25f3cf..9664f5175 100644
--- a/share/ui/dialog-css.ui
+++ b/share/ui/dialog-css.ui
@@ -66,9 +66,11 @@
<object class="GtkTreeView" id="CSSTree">
<property name="visible">True</property>
<property name="can_focus">True</property>
+ <property name="valign">start</property>
<property name="vscroll_policy">natural</property>
<property name="headers_visible">False</property>
<property name="enable_search">False</property>
+ <property name="fixed_height_mode">True</property>
<property name="hover_selection">True</property>
<property name="show_expanders">False</property>
<property name="activate_on_single_click">True</property>
@@ -111,4 +113,9 @@
</packing>
</child>
</object>
+ <object class="GtkAdjustment" id="adjustment1">
+ <property name="upper">100</property>
+ <property name="step_increment">1</property>
+ <property name="page_increment">10</property>
+ </object>
</interface>