<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.40.0 -->
<interface domain="cui">
  <requires lib="gtk+" version="3.24"/>
  <object class="GtkTreeStore" id="liststore1">
    <columns>
      <!-- column-name pixbuf -->
      <column type="GdkPixbuf"/>
      <!-- column-name id -->
      <column type="gchararray"/>
    </columns>
  </object>
  <object class="GtkGrid" id="PickBulletPage">
    <property name="visible">True</property>
    <property name="can-focus">False</property>
    <property name="margin-start">6</property>
    <property name="margin-end">6</property>
    <property name="margin-top">6</property>
    <property name="margin-bottom">6</property>
    <property name="hexpand">True</property>
    <property name="vexpand">True</property>
    <property name="row-spacing">6</property>
    <child>
      <object class="GtkScrolledWindow">
        <property name="visible">True</property>
        <property name="can-focus">True</property>
        <property name="hexpand">True</property>
        <property name="vexpand">True</property>
        <property name="hscrollbar-policy">never</property>
        <property name="vscrollbar-policy">never</property>
        <property name="shadow-type">in</property>
        <child>
          <object class="GtkIconView" id="pick_bullet_iconview">
            <property name="visible">True</property>
            <property name="can-focus">True</property>
            <property name="hexpand">True</property>
            <property name="vexpand">True</property>
            <property name="model">liststore1</property>
            <property name="pixbuf-column">0</property>
            <property name="columns">4</property>
            <property name="item-width">80</property>
            <property name="selection-mode">single</property>
            <child internal-child="accessible">
              <object class="AtkObject" id="pick_bullet_iconview-atkobject">
                <property name="AtkObject::accessible-description" translatable="yes" context="pickbulletpage|extended_tip|pick_bullet_iconview">Click the bullet style that you want to use.</property>
              </object>
            </child>
          </object>
        </child>
      </object>
      <packing>
        <property name="left-attach">0</property>
        <property name="top-attach">0</property>
      </packing>
    </child>
    <child>
      <object class="GtkButton" id="changeBulletBtn">
        <property name="label" translatable="yes" context="pickbulletpage|changeBulletBtn">Change Bullet</property>
        <property name="visible">True</property>
        <property name="can-focus">True</property>
        <property name="receives-default">False</property>
        <property name="halign">end</property>
      </object>
        <packing>
          <property name="left-attach">0</property>
          <property name="top-attach">1</property>
        </packing>
    </child>
    <child internal-child="accessible">
      <object class="AtkObject" id="PickBulletPage-atkobject">
        <property name="AtkObject::accessible-description" translatable="yes" context="pickbulletpage|extended_tip|PickBulletPage">Displays the different bullet styles that you can apply.</property>
      </object>
    </child>
  </object>
</interface>
