diff options
| author | Jabiertxof <jabier.arraiza@marker.es> | 2019-02-20 07:44:47 +0000 |
|---|---|---|
| committer | Jabiertxof <jabier.arraiza@marker.es> | 2019-02-20 07:44:47 +0000 |
| commit | c0faa832a92f7770b9d3d767e277988681096feb (patch) | |
| tree | c99645a54ee90b18a374cdb59a6c9cb54c58ef7f /share | |
| parent | Fix typo in svg-preview.h and update POTFILES.in (diff) | |
| download | inkscape-c0faa832a92f7770b9d3d767e277988681096feb.tar.gz inkscape-c0faa832a92f7770b9d3d767e277988681096feb.zip | |
Fix Window centering LPEDialog
Diffstat (limited to 'share')
| -rw-r--r-- | share/ui/dialog-livepatheffect-add.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/ui/dialog-livepatheffect-add.ui b/share/ui/dialog-livepatheffect-add.ui index 8e90e7372..a311d2e5c 100644 --- a/share/ui/dialog-livepatheffect-add.ui +++ b/share/ui/dialog-livepatheffect-add.ui @@ -11,7 +11,7 @@ <property name="destroy_with_parent">True</property> <property name="type_hint">dialog</property> <property name="skip_taskbar_hint">True</property> - <property name="gravity">center</property> + <property name="gravity">static</property> <property name="has_resize_grip">True</property> <child type="titlebar"> <placeholder/> |
