diff options
Diffstat (limited to 'svx/uiconfig/ui/stylespreview.ui')
-rw-r--r-- | svx/uiconfig/ui/stylespreview.ui | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/svx/uiconfig/ui/stylespreview.ui b/svx/uiconfig/ui/stylespreview.ui new file mode 100644 index 000000000..45d836da0 --- /dev/null +++ b/svx/uiconfig/ui/stylespreview.ui @@ -0,0 +1,63 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.20.4 --> +<interface domain="svx"> + <requires lib="gtk+" version="3.20"/> + <object class="GtkTreeStore" id="liststore1"> + <columns> + <!-- column-name expander --> + <column type="GdkPixbuf"/> + <!-- column-name text --> + <column type="gchararray"/> + <!-- column-name id --> + <column type="gchararray"/> + </columns> + </object> + <object class="GtkBox" id="ApplyStyleBox"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="hexpand">True</property> + <property name="spacing">6</property> + <child> + <object class="GtkBox"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="spacing">3</property> + <child> + <object class="GtkScrolledWindow"> + <property name="width_request">360</property> + <property name="height_request">65</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="valign">center</property> + <property name="hscrollbar_policy">never</property> + <property name="vscrollbar_policy">always</property> + <property name="shadow_type">in</property> + <property name="min_content_width">70</property> + <child> + <object class="GtkIconView" id="stylesview"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="margin">0</property> + <property name="model">liststore1</property> + <property name="columns">3</property> + <property name="item_width">70</property> + <property name="pixbuf-column">0</property> + <property name="text-column">1</property> + </object> + </child> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">False</property> + <property name="position">0</property> + </packing> + </child> + </object> + <packing> + <property name="expand">True</property> + <property name="fill">True</property> + <property name="position">0</property> + </packing> + </child> + </object> +</interface> |