diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-09-29 15:07:50 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-09-29 18:13:33 +0200 |
commit | 663ce5d0f89e9523183ed9ca4cbfcdacf9df4cc8 (patch) | |
tree | 72e8f6aa0e5020134ae2624cb6c12ae1ab66e30a /svx/uiconfig | |
parent | 416cb76758719b88a4cdefe8c9d16131c35cfdf5 (diff) |
tdf#136520 allow color popdowns to be tearable again
Change-Id: Ic92ef5235662e1680aadb5666e05dad1bf808e9d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103625
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx/uiconfig')
-rw-r--r-- | svx/uiconfig/ui/interimtearableparent.ui | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/svx/uiconfig/ui/interimtearableparent.ui b/svx/uiconfig/ui/interimtearableparent.ui new file mode 100644 index 000000000000..910472c2c258 --- /dev/null +++ b/svx/uiconfig/ui/interimtearableparent.ui @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.36.0 --> +<interface domain="svx"> + <requires lib="gtk+" version="3.18"/> + <object class="GtkWindow" id="InterimTearableParent"> + <property name="can_focus">False</property> + <property name="hexpand">True</property> + <property name="vexpand">True</property> + <property name="border_width">4</property> + <property name="resizable">False</property> + <property name="destroy_with_parent">True</property> + <property name="type_hint">dock</property> + <property name="skip_pager_hint">True</property> + <child> + <object class="GtkBox" id="box"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="orientation">vertical</property> + <property name="spacing">6</property> + <child> + <placeholder/> + </child> + </object> + </child> + <child type="titlebar"> + <placeholder/> + </child> + </object> +</interface> |