From 19da5bcd620f94bc709cff87a6872a9bd53bee8f Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 7 Aug 2017 19:21:45 +0100 Subject: tweak insert table dialog to load the same with native gtk builder MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit we can't share adjustments between widgets where we just wanted to share initial settings and not subsequent changed adjustment settings and set default responses Change-Id: I9c15f97a87b0a631e414cc0d3b76f7447fc9ecd3 Reviewed-on: https://gerrit.libreoffice.org/40849 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- sw/uiconfig/swriter/ui/insertbreak.ui | 2 +- sw/uiconfig/swriter/ui/inserttable.ui | 28 +++++++++++++++++++++++----- 2 files changed, 24 insertions(+), 6 deletions(-) (limited to 'sw') diff --git a/sw/uiconfig/swriter/ui/insertbreak.ui b/sw/uiconfig/swriter/ui/insertbreak.ui index 12e2f94907b7..2cd012930905 100644 --- a/sw/uiconfig/swriter/ui/insertbreak.ui +++ b/sw/uiconfig/swriter/ui/insertbreak.ui @@ -236,7 +236,7 @@ - ok + ok cancel help diff --git a/sw/uiconfig/swriter/ui/inserttable.ui b/sw/uiconfig/swriter/ui/inserttable.ui index f02c02f1d992..207b8e77cccc 100644 --- a/sw/uiconfig/swriter/ui/inserttable.ui +++ b/sw/uiconfig/swriter/ui/inserttable.ui @@ -1,5 +1,5 @@ - + @@ -9,10 +9,25 @@ 1 10 + + 1 + 99 + 2 + 1 + 10 + + + 1 + 99 + 1 + 1 + 10 + False 6 Insert Table + True dialog @@ -153,6 +168,7 @@ 1 adjustment1 1 + 2 1 @@ -180,8 +196,9 @@ out 1 - adjustment1 + adjustment2 1 + 2 3 @@ -304,9 +321,10 @@ True 1 - adjustment1 + adjustment3 1 if-valid + 1 1 @@ -380,8 +398,8 @@ ok - cancel - help + cancel + help -- cgit