diff options
author | Palenik Mihály <palenik.mihaly@gmail.com> | 2014-06-17 00:24:41 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-06-18 14:45:10 +0000 |
commit | c4bf1f35405d3dcbd152e2e194d9e79946c0f471 (patch) | |
tree | bb696f1978acd8e54c1f26f29251819a0815359e /cui/uiconfig | |
parent | 2504ffccd02f42211dcbc92a5aa6addb04a4b717 (diff) |
Convert RID_SVXFLOAT_HYPERLINK_MARKWND to .ui
Change-Id: I58d21506ec17d1c0e73dd042b94ec2ee2e3ddf11
Reviewed-on: https://gerrit.libreoffice.org/9803
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/uiconfig')
-rw-r--r-- | cui/uiconfig/ui/hyperlinkmarkdialog.ui | 89 |
1 files changed, 89 insertions, 0 deletions
diff --git a/cui/uiconfig/ui/hyperlinkmarkdialog.ui b/cui/uiconfig/ui/hyperlinkmarkdialog.ui new file mode 100644 index 000000000000..e65baf2d56d8 --- /dev/null +++ b/cui/uiconfig/ui/hyperlinkmarkdialog.ui @@ -0,0 +1,89 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.16.1 --> +<interface> + <requires lib="gtk+" version="3.0"/> + <!-- interface-requires LibreOffice 1.0 --> + <object class="GtkDialog" id="HyperlinkMark"> + <property name="can_focus">False</property> + <property name="border_width">6</property> + <property name="title" translatable="yes">Target in Document</property> + <property name="type_hint">dialog</property> + <child internal-child="vbox"> + <object class="GtkBox" id="dialog-vbox1"> + <property name="can_focus">False</property> + <property name="orientation">vertical</property> + <property name="spacing">12</property> + <child internal-child="action_area"> + <object class="GtkButtonBox" id="dialog-action_area1"> + <property name="can_focus">False</property> + <property name="layout_style">end</property> + <child> + <object class="GtkButton" id="apply"> + <property name="label" translatable="yes">_Apply</property> + <property name="use_action_appearance">False</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="can_default">True</property> + <property name="has_default">True</property> + <property name="receives_default">True</property> + <property name="use_underline">True</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">0</property> + </packing> + </child> + <child> + <object class="GtkButton" id="close"> + <property name="label" translatable="yes">_Close</property> + <property name="use_action_appearance">False</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">True</property> + <property name="use_underline">True</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">1</property> + </packing> + </child> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="pack_type">end</property> + <property name="position">0</property> + </packing> + </child> + <child> + <object class="cuilo-SvxHlmarkTreeLBox" id="TreeListBox:border"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">True</property> + <property name="hexpand">True</property> + <property name="vexpand">True</property> + <child internal-child="selection"> + <object class="GtkTreeSelection" id="Tree List-selection1"/> + </child> + <child internal-child="accessible"> + <object class="AtkObject" id="TreeListBox:border-atkobject"> + <property name="AtkObject::accessible-name" translatable="yes">Mark Tree</property> + </object> + </child> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">1</property> + </packing> + </child> + </object> + </child> + <action-widgets> + <action-widget response="0">apply</action-widget> + <action-widget response="0">close</action-widget> + </action-widgets> + </object> +</interface> |