diff options
| author | Jabiertxof <jabier.arraiza@marker.es> | 2019-02-19 19:31:56 +0000 |
|---|---|---|
| committer | Jabiertxof <jabier.arraiza@marker.es> | 2019-02-19 19:31:56 +0000 |
| commit | f7423ac3990ad79f455a830138fd8877ebc51c69 (patch) | |
| tree | 426b46d1c476272758ac649012f33625ca06d98f | |
| parent | Update po/pot files (diff) | |
| download | inkscape-f7423ac3990ad79f455a830138fd8877ebc51c69.tar.gz inkscape-f7423ac3990ad79f455a830138fd8877ebc51c69.zip | |
Fixing widget glitches
| -rw-r--r-- | share/ui/dialog-livepatheffect-add.ui | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/share/ui/dialog-livepatheffect-add.ui b/share/ui/dialog-livepatheffect-add.ui index fe1e9555a..8e90e7372 100644 --- a/share/ui/dialog-livepatheffect-add.ui +++ b/share/ui/dialog-livepatheffect-add.ui @@ -4,11 +4,10 @@ <requires lib="gtk+" version="3.20"/> <object class="GtkDialog" id="LPEDialogSelector"> <property name="name">LPEDialogSelector</property> - <property name="visible">True</property> <property name="can_focus">False</property> <property name="title" translatable="yes">Live Path Effects Selector</property> <property name="modal">True</property> - <property name="window_position">center-always</property> + <property name="window_position">center-on-parent</property> <property name="destroy_with_parent">True</property> <property name="type_hint">dialog</property> <property name="skip_taskbar_hint">True</property> |
