diff options
| author | Jabiertxof <jabier.arraiza@marker.es> | 2019-02-14 03:00:01 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-02-18 21:18:27 +0000 |
| commit | a30564ada1ef0be409a9539310509e14804f55aa (patch) | |
| tree | dee26e74a46c321a395adc17f45b923b3ade2065 /share | |
| parent | Add apply function (diff) | |
| download | inkscape-a30564ada1ef0be409a9539310509e14804f55aa.tar.gz inkscape-a30564ada1ef0be409a9539310509e14804f55aa.zip | |
Add apply functions
Diffstat (limited to 'share')
| -rw-r--r-- | share/ui/dialog-livepatheffect-add-effect.ui | 1 | ||||
| -rw-r--r-- | share/ui/dialog-livepatheffect-add.ui | 3 | ||||
| -rw-r--r-- | share/ui/style.css | 4 |
3 files changed, 6 insertions, 2 deletions
diff --git a/share/ui/dialog-livepatheffect-add-effect.ui b/share/ui/dialog-livepatheffect-add-effect.ui index 86668be91..029e6dbde 100644 --- a/share/ui/dialog-livepatheffect-add-effect.ui +++ b/share/ui/dialog-livepatheffect-add-effect.ui @@ -3,6 +3,7 @@ <interface> <requires lib="gtk+" version="3.20"/> <object class="GtkEventBox" id="LPESelectorEffect"> + <property name="name">LPESelectorEffect</property> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">center</property> diff --git a/share/ui/dialog-livepatheffect-add.ui b/share/ui/dialog-livepatheffect-add.ui index 200997764..67cb796b6 100644 --- a/share/ui/dialog-livepatheffect-add.ui +++ b/share/ui/dialog-livepatheffect-add.ui @@ -198,7 +198,8 @@ <property name="min_content_height">10</property> <property name="propagate_natural_height">True</property> <child> - <object class="GtkViewport"> + <object class="GtkViewport" id="LPEViewport"> + <property name="name">LPEViewport</property> <property name="visible">True</property> <property name="can_focus">False</property> <child> diff --git a/share/ui/style.css b/share/ui/style.css index 64c05915d..62ed450f3 100644 --- a/share/ui/style.css +++ b/share/ui/style.css @@ -279,9 +279,11 @@ spinbutton undershoot { font-size:16px; padding:20px; } + .lpedisabled{ - opacity:0.5; + opacity:0.3; } + #LPESelectorEffectInfoPop{ padding:15px; } |
