diff options
author | nigeldias <nigeldias2012@gmail.com> | 2017-10-02 09:52:30 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2017-10-02 19:19:48 +0200 |
commit | 924c6f0bbc25377d6b299ca4b12408cfc57d60f5 (patch) | |
tree | d8ec7c981e0008778143a92370230e40d3a91b60 /cui/uiconfig/ui | |
parent | 7d843ea451cfe25b85528b2e2164a9411f6f245d (diff) |
tdf#112677 Correcting buttons position in certificate path dialog
Change-Id: I80e00083e851cd3db44a3ca9391225657526bfe4
Reviewed-on: https://gerrit.libreoffice.org/43045
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'cui/uiconfig/ui')
-rw-r--r-- | cui/uiconfig/ui/certdialog.ui | 45 |
1 files changed, 28 insertions, 17 deletions
diff --git a/cui/uiconfig/ui/certdialog.ui b/cui/uiconfig/ui/certdialog.ui index 7cbc1c428ce9..52f4c7949336 100644 --- a/cui/uiconfig/ui/certdialog.ui +++ b/cui/uiconfig/ui/certdialog.ui @@ -58,23 +58,7 @@ <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">2</property> - </packing> - </child> - <child> - <object class="GtkButton" id="add"> - <property name="label" translatable="yes" context="certdialog|add">_Add...</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">3</property> + <property name="position">0</property> <property name="secondary">True</property> </packing> </child> @@ -86,6 +70,33 @@ <property name="position">0</property> </packing> </child> + <child internal-child="action_area"> + <object class="GtkButtonBox" > + <property name="can_focus">False</property> + <child> + <object class="GtkButton" id="add"> + <property name="label" translatable="yes" context="certdialog|add">_Add...</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">False</property> + <property name="position">0</property> + </packing> + </child> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">False</property> + <property name="pack_type">end</property> + <property name="position">3</property> + </packing> + </child> <child> <object class="GtkFrame" id="frame1"> <property name="visible">True</property> |