diff options
Diffstat (limited to 'svx/uiconfig/ui/toolbarpopover.ui')
-rw-r--r-- | svx/uiconfig/ui/toolbarpopover.ui | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/svx/uiconfig/ui/toolbarpopover.ui b/svx/uiconfig/ui/toolbarpopover.ui new file mode 100644 index 000000000..828bc6e9d --- /dev/null +++ b/svx/uiconfig/ui/toolbarpopover.ui @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.22.1 --> +<interface domain="svx"> + <requires lib="gtk+" version="3.18"/> + <object class="GtkPopover" id="ToolbarPopover"> + <property name="can_focus">False</property> + <property name="no_show_all">True</property> + <property name="border_width">4</property> + <child> + <object class="GtkBox" id="container"> + <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> + </object> +</interface> |