diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-10-21 11:34:24 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-10-21 11:35:21 +0100 |
commit | a2f80c9436faaace2cdabbc58be4e2e200f4ae3f (patch) | |
tree | 81214d0ba3479f7f853dddbb7fcc05d983014015 | |
parent | 23cebb364b6fd57debd31a86975a6ae6f119dd99 (diff) |
Related: fdo#84676 make the undo popup not center under windows
Change-Id: Idef87a0ec74b7da4779a34ec2c18e7243eb328ac
-rw-r--r-- | svx/uiconfig/ui/floatingundoredo.ui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/uiconfig/ui/floatingundoredo.ui b/svx/uiconfig/ui/floatingundoredo.ui index 66f30a614dcb..10491f8086e2 100644 --- a/svx/uiconfig/ui/floatingundoredo.ui +++ b/svx/uiconfig/ui/floatingundoredo.ui @@ -3,6 +3,7 @@ <interface> <requires lib="gtk+" version="3.0"/> <object class="GtkWindow" id="FloatingUndoRedo:border"> + <property name="visible">True</property> <property name="can_focus">False</property> <property name="hexpand">True</property> <property name="vexpand">True</property> |