diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-06-23 21:41:24 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-06-23 21:41:24 +0000 |
| commit | 7b0d03eff6cf7455103a8f1c422b13442369e4d4 (patch) | |
| tree | a2416857eee2f9db04d57f74581fb779fac388d2 /share | |
| parent | Fix coding style (diff) | |
| download | inkscape-7b0d03eff6cf7455103a8f1c422b13442369e4d4.tar.gz inkscape-7b0d03eff6cf7455103a8f1c422b13442369e4d4.zip | |
fix mising changes in previous commit
Diffstat (limited to 'share')
| -rw-r--r-- | share/ui/dialog-livepatheffect-add.ui | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/ui/dialog-livepatheffect-add.ui b/share/ui/dialog-livepatheffect-add.ui index 7f11ea768..5d385ec3a 100644 --- a/share/ui/dialog-livepatheffect-add.ui +++ b/share/ui/dialog-livepatheffect-add.ui @@ -231,11 +231,11 @@ <property name="position">0</property> </packing> </child> + <style> + <class name="symbolic"/> + </style> </object> </child> - <style> - <class name="iconsymbolic"/> - </style> </object> <object class="GtkPopover" id="LPESelectorEffectInfoPop"> <property name="name">LPESelectorEffectInfoPop</property> @@ -331,7 +331,7 @@ </object> </child> <style> - <class name="popover"/> + <class name="popover symbolic"/> </style> </object> <object class="GtkEventBox" id="LPESelectorEffect"> |
