diff options
| author | Jabiertxof <jabier.arraiza@marker.es> | 2019-08-28 09:05:45 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-08-28 15:09:41 +0000 |
| commit | 000a69707610ace16a702c4c5f6e015a3e15ec17 (patch) | |
| tree | 2dc7722b658f9d6ca5c8a639a2a2fc188c637862 /share/ui | |
| parent | Fix issues pointed by @ede123 and cssinate (diff) | |
| download | inkscape-000a69707610ace16a702c4c5f6e015a3e15ec17.tar.gz inkscape-000a69707610ace16a702c4c5f6e015a3e15ec17.zip | |
Fix a bug on add selector on windows, also some ui improvements
Diffstat (limited to 'share/ui')
| -rw-r--r-- | share/ui/dialog-css.ui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/ui/dialog-css.ui b/share/ui/dialog-css.ui index 682df1b93..53d8765dd 100644 --- a/share/ui/dialog-css.ui +++ b/share/ui/dialog-css.ui @@ -82,6 +82,7 @@ <object class="GtkTreeView" id="CSSTree"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="no_show_all">True</property> <property name="has_tooltip">True</property> <property name="hscroll_policy">natural</property> <property name="vscroll_policy">natural</property> |
