diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2017-11-01 19:16:54 +0900 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2017-11-02 07:30:31 +0100 |
commit | aa73ca2e5420dfceeccf19d7e2d5d4f367dd01da (patch) | |
tree | 857cee0098ec0de68303e06d2808e70d9be256d3 /svx/uiconfig | |
parent | a0a287f566e548177847bdb69cba230089b44e54 (diff) |
TSCP: add recently used to advanced classification dialog
Change-Id: Ic084104b28dbcc439d98cd08a89a7ddc6f291878
Reviewed-on: https://gerrit.libreoffice.org/44158
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Tested-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'svx/uiconfig')
-rw-r--r-- | svx/uiconfig/ui/classificationdialog.ui | 43 |
1 files changed, 33 insertions, 10 deletions
diff --git a/svx/uiconfig/ui/classificationdialog.ui b/svx/uiconfig/ui/classificationdialog.ui index 0d6318ddb659..e5a4788c3618 100644 --- a/svx/uiconfig/ui/classificationdialog.ui +++ b/svx/uiconfig/ui/classificationdialog.ui @@ -116,7 +116,7 @@ </object> <packing> <property name="left_attach">0</property> - <property name="top_attach">0</property> + <property name="top_attach">1</property> </packing> </child> <child> @@ -128,7 +128,7 @@ </object> <packing> <property name="left_attach">0</property> - <property name="top_attach">1</property> + <property name="top_attach">2</property> </packing> </child> <child> @@ -139,7 +139,7 @@ </object> <packing> <property name="left_attach">1</property> - <property name="top_attach">0</property> + <property name="top_attach">1</property> </packing> </child> <child> @@ -149,7 +149,7 @@ </object> <packing> <property name="left_attach">1</property> - <property name="top_attach">1</property> + <property name="top_attach">2</property> </packing> </child> <child> @@ -159,7 +159,7 @@ </object> <packing> <property name="left_attach">1</property> - <property name="top_attach">2</property> + <property name="top_attach">3</property> </packing> </child> <child> @@ -171,7 +171,7 @@ </object> <packing> <property name="left_attach">0</property> - <property name="top_attach">2</property> + <property name="top_attach">3</property> </packing> </child> <child> @@ -184,7 +184,7 @@ <property name="homogeneous">True</property> <child> <object class="GtkButton" id="signButton"> - <property name="label" context="classificationdialog|signButton" translatable="yes">Sign Paragraph</property> + <property name="label" translatable="yes" context="classificationdialog|signButton">Sign Paragraph</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> @@ -198,7 +198,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> @@ -212,7 +212,7 @@ <property name="homogeneous">True</property> <child> <object class="GtkButton" id="boldButton"> - <property name="label" context="classificationdialog|boldButton" translatable="yes">Bold</property> + <property name="label" translatable="yes" context="classificationdialog|boldButton">Bold</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> @@ -226,10 +226,33 @@ </object> <packing> <property name="left_attach">0</property> - <property name="top_attach">4</property> + <property name="top_attach">5</property> <property name="width">2</property> </packing> </child> + <child> + <object class="GtkComboBoxText" id="recentlyUsedCB"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="hexpand">True</property> + </object> + <packing> + <property name="left_attach">1</property> + <property name="top_attach">0</property> + </packing> + </child> + <child> + <object class="GtkLabel"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="label" translatable="yes" context="classificationdialog|label-Classification">Recently Used:</property> + <property name="xalign">0</property> + </object> + <packing> + <property name="left_attach">0</property> + <property name="top_attach">0</property> + </packing> + </child> </object> <packing> <property name="left_attach">1</property> |