diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-05-29 09:16:50 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-06-02 09:50:17 +0000 |
| commit | 0213907c55de8310db7d0338ad00c5bccd2c08c1 (patch) | |
| tree | 1246adf55cca8cb6517b9839cb7488de4d232ba0 /share | |
| parent | Improvements to hadle whols CSS file (diff) | |
| download | inkscape-0213907c55de8310db7d0338ad00c5bccd2c08c1.tar.gz inkscape-0213907c55de8310db7d0338ad00c5bccd2c08c1.zip | |
Fixed UI issues
Diffstat (limited to 'share')
| -rw-r--r-- | share/ui/dialog-css.ui | 7 |
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> |
