diff options
author | Ashod Nakashian <ashod.nakashian@collabora.co.uk> | 2017-09-23 21:31:38 -0400 |
---|---|---|
committer | Ashod Nakashian <ashnakash@gmail.com> | 2017-09-26 13:56:48 +0200 |
commit | 86c5c812b030cea6753b298a70146375c5d58175 (patch) | |
tree | 96408bee2b285f94337e948c039aac1a4c8a70c0 /svx/uiconfig/ui | |
parent | 0b4bf5840e15e56cf5ebcda06fe567cd8ca0034c (diff) |
TSCP: paragraph classification dialog
Change-Id: I3a5f201f9ed28452ee7392cb30aebf21955f3620
Reviewed-on: https://gerrit.libreoffice.org/42737
Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Tested-by: Ashod Nakashian <ashnakash@gmail.com>
Diffstat (limited to 'svx/uiconfig/ui')
-rw-r--r-- | svx/uiconfig/ui/classificationdialog.ui | 30 |
1 files changed, 29 insertions, 1 deletions
diff --git a/svx/uiconfig/ui/classificationdialog.ui b/svx/uiconfig/ui/classificationdialog.ui index 02d2afdb644b..bb1297dd76ec 100644 --- a/svx/uiconfig/ui/classificationdialog.ui +++ b/svx/uiconfig/ui/classificationdialog.ui @@ -183,6 +183,34 @@ <property name="spacing">6</property> <property name="homogeneous">True</property> <child> + <object class="GtkButton" id="signButton"> + <property name="label" context="classificationdialog|signButton" translatable="yes">Sign Paragraph</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">True</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">0</property> + </packing> + </child> + </object> + <packing> + <property name="left_attach">0</property> + <property name="top_attach">3</property> + <property name="width">2</property> + </packing> + </child> + <child> + <object class="GtkBox"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="valign">end</property> + <property name="vexpand">True</property> + <property name="spacing">6</property> + <property name="homogeneous">True</property> + <child> <object class="GtkButton" id="boldButton"> <property name="label" context="classificationdialog|boldButton" translatable="yes">Bold</property> <property name="visible">True</property> @@ -198,7 +226,7 @@ </object> <packing> <property name="left_attach">0</property> - <property name="top_attach">3</property> + <property name="top_attach">4</property> <property name="width">2</property> </packing> </child> |