<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <requires lib="gtk+" version="3.24"/>
  <object class="GtkBox" id="CPOperation">
    <property name="name">CPOperation</property>
    <property name="visible">True</property>
    <child>
      <object class="GtkBox" id="CPNameAndDescription">
        <property name="visible">True</property>
        <property name="valign">center</property>
        <property name="orientation">vertical</property>
        <child>
          <object class="GtkLabel" id="CPName">
            <property name="visible">True</property>
            <property name="margin-start">6</property>
            <property name="margin-end">6</property>
            <property name="margin-top">6</property>
            <property name="wrap">True</property>
            <property name="wrap-mode">word-char</property>
            <property name="xalign">0</property>
            <attributes>
              <attribute name="weight" value="semibold"/>
            </attributes>
          </object>
        </child>
        <child>
          <object class="GtkLabel" id="CPDescription">
            <property name="visible">True</property>
            <property name="margin-start">6</property>
            <property name="margin-end">6</property>
            <property name="margin-bottom">3</property>
            <property name="hexpand">True</property>
            <property name="wrap">True</property>
            <property name="xalign">0</property>
          </object>
        </child>
      </object>
    </child>
    <child>
      <object class="GtkButton" id="CPActionFullButton">
        <property name="sensitive">False</property>
        <property name="receives-default">True</property>
        <property name="tooltip-text" translatable="yes">Click to Copy</property>
        <property name="valign">center</property>
        <property name="relief">none</property>
        <child>
          <object class="GtkBox">
            <property name="visible">True</property>
            <child>
              <object class="GtkImage" id="copy-icon">
                <property name="visible">True</property>
                <property name="margin-right">5</property>
                <property name="margin-end">5</property>
                <property name="icon-name">edit-copy</property>
              </object>
            </child>
            <child>
              <object class="GtkLabel" id="CPActionFullLabel">
                <property name="visible">True</property>
                <property name="wrap">True</property>
                <property name="wrap-mode">word-char</property>
                <property name="width-chars">20</property>
                <property name="max-width-chars">20</property>
                <property name="xalign">0.1</property>
              </object>
            </child>
          </object>
        </child>
        <style>
          <class name="flat"/>
        </style>
      </object>
    </child>
    <child>
      <object class="GtkBox" id="CPGroupAndShortcut">
        <property name="visible">True</property>
        <property name="valign">center</property>
        <property name="orientation">vertical</property>
        <child>
          <object class="GtkLabel" id="CPGroup">
            <property name="name">CPGroup</property>
            <property name="visible">True</property>
            <property name="wrap">True</property>
            <property name="wrap-mode">word-char</property>
            <property name="width-chars">20</property>
            <property name="max-width-chars">20</property>
          </object>
        </child>
        <child>
          <object class="GtkLabel" id="CPShortcut">
            <property name="visible">True</property>
            <property name="tooltip-text" translatable="yes">Shortcut</property>
            <property name="valign">start</property>
            <property name="margin-top">3</property>
            <property name="wrap">True</property>
            <property name="wrap-mode">word-char</property>
            <property name="width-chars">20</property>
            <property name="max-width-chars">20</property>
            <style>
              <class name="inksmall"/>
            </style>
          </object>
        </child>
      </object>
    </child>
  </object>
</interface>
