summaryrefslogtreecommitdiffstats
path: root/share/ui
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2019-05-09 23:39:11 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2019-06-02 09:50:17 +0000
commitcef6965936aeaa938296672c2d29ed54d562fbd4 (patch)
tree1b5322a4c36bdb107437d8ee1835f07efa0d9676 /share/ui
parentWorking on add row (diff)
downloadinkscape-cef6965936aeaa938296672c2d29ed54d562fbd4.tar.gz
inkscape-cef6965936aeaa938296672c2d29ed54d562fbd4.zip
First full working
Diffstat (limited to 'share/ui')
-rw-r--r--share/ui/dialog-css.ui14
1 files changed, 10 insertions, 4 deletions
diff --git a/share/ui/dialog-css.ui b/share/ui/dialog-css.ui
index 799583a43..f7728e713 100644
--- a/share/ui/dialog-css.ui
+++ b/share/ui/dialog-css.ui
@@ -39,12 +39,18 @@
</packing>
</child>
<child>
- <object class="GtkLabel" id="CSSSelectorAdd">
+ <object class="GtkEventBox" id="CSSSelectorEventAdd">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="no_show_all">True</property>
- <property name="label"> &lt;b&gt;+&lt;/b&gt; }</property>
- <property name="use_markup">True</property>
+ <child>
+ <object class="GtkLabel" id="CSSSelectorAdd">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="no_show_all">True</property>
+ <property name="label"> &lt;b&gt;+&lt;/b&gt; }</property>
+ <property name="use_markup">True</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>