diff options
| author | Jabiertxof <jabier.arraiza@marker.es> | 2019-03-27 19:03:52 +0000 |
|---|---|---|
| committer | Jabiertxof <jabier.arraiza@marker.es> | 2019-03-27 19:03:52 +0000 |
| commit | db598f3d89b27bef694c217a11e13cc002cc8ec6 (patch) | |
| tree | 702fd748d93195039db1e16a081d5ef09ab12d85 /share | |
| parent | Fix adding/lookup of recent files. (diff) | |
| download | inkscape-db598f3d89b27bef694c217a11e13cc002cc8ec6.tar.gz inkscape-db598f3d89b27bef694c217a11e13cc002cc8ec6.zip | |
Allow add LPE with one click
Diffstat (limited to 'share')
| -rw-r--r-- | share/ui/dialog-livepatheffect-add-effect.ui | 33 | ||||
| -rw-r--r-- | share/ui/style.css | 2 |
2 files changed, 33 insertions, 2 deletions
diff --git a/share/ui/dialog-livepatheffect-add-effect.ui b/share/ui/dialog-livepatheffect-add-effect.ui index 08488e454..e1d85cebd 100644 --- a/share/ui/dialog-livepatheffect-add-effect.ui +++ b/share/ui/dialog-livepatheffect-add-effect.ui @@ -123,6 +123,37 @@ </packing> </child> <child> + <object class="GtkEventBox" id="LPESelectorEffectEventExpander"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="no_show_all">True</property> + <child> + <object class="GtkImage" id="LPESelectorEffectExpander"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="no_show_all">True</property> + <property name="halign">center</property> + <property name="valign">center</property> + <property name="margin_left">5</property> + <property name="margin_right">5</property> + <property name="margin_top">5</property> + <property name="margin_bottom">5</property> + <property name="pixel_size">16</property> + <property name="icon_name">go-down</property> + <property name="icon_size">2</property> + <style> + <class name="info"/> + </style> + </object> + </child> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">4</property> + </packing> + </child> + <child> <object class="GtkButtonBox" id="LPESelectorButtonBox"> <property name="visible">True</property> <property name="can_focus">False</property> @@ -226,7 +257,7 @@ <packing> <property name="expand">True</property> <property name="fill">True</property> - <property name="position">4</property> + <property name="position">5</property> </packing> </child> <style> diff --git a/share/ui/style.css b/share/ui/style.css index 78fc3877c..ca21e9d4c 100644 --- a/share/ui/style.css +++ b/share/ui/style.css @@ -61,7 +61,7 @@ * ".backgrounddefault" use default window color * ".backgroundinverse" invert window colors * ".backgroundbright" force bright colors no matter the UI is dark or bright - * ".backgrounddark" same but dark + * ".backgrounddark" same but daLPESelectorButtonBoxk * :::::::: Icon Based. * :::::::: apply to color (foreground) * :::::::: scope widget and all nested images |
