From 3b39ff8b4e71928e7f33452322522dea49aee1e4 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 4 Aug 2017 16:34:14 +0100 Subject: tweak insert break menu to load the same with native gtk builder 1) we can use a GtkComboBoxText for this simple case and move the liststore into the widget 2) add the response ids for the buttons Change-Id: I7b3bd10c05f35b0e34bbbebc9f7a811f87d443ac --- sw/uiconfig/swriter/ui/insertbreak.ui | 24 ++++++++---------------- 1 file changed, 8 insertions(+), 16 deletions(-) (limited to 'sw') diff --git a/sw/uiconfig/swriter/ui/insertbreak.ui b/sw/uiconfig/swriter/ui/insertbreak.ui index 0299a6bc66a3..12e2f94907b7 100644 --- a/sw/uiconfig/swriter/ui/insertbreak.ui +++ b/sw/uiconfig/swriter/ui/insertbreak.ui @@ -8,17 +8,6 @@ 1 10 - - - - - - - - [None] - - - False 6 @@ -171,10 +160,13 @@ - + True False - liststore1 + 0 + + [None] + False @@ -244,9 +236,9 @@ - ok - cancel - help + ok + cancel + help -- cgit