diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-01-13 15:12:39 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-01-13 18:32:03 +0100 |
commit | e08f680c78d4f73ddeda658cea713fdecf7a4a1b (patch) | |
tree | b5ae5450aa7650472a869533f8095b4531f24482 /svx/uiconfig | |
parent | c81afdb5118536b2e2365a9a9af6b6e162c87aeb (diff) |
weld TextUnderlineControl
Change-Id: I9ebf3b1e9c4509c0568d26370d5a97c5c60baedd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86699
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx/uiconfig')
-rw-r--r-- | svx/uiconfig/ui/textunderlinecontrol.ui | 35 |
1 files changed, 14 insertions, 21 deletions
diff --git a/svx/uiconfig/ui/textunderlinecontrol.ui b/svx/uiconfig/ui/textunderlinecontrol.ui index 044d78692bbf..ed93e8003f58 100644 --- a/svx/uiconfig/ui/textunderlinecontrol.ui +++ b/svx/uiconfig/ui/textunderlinecontrol.ui @@ -1,22 +1,15 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.18.3 --> +<!-- Generated with glade 3.22.1 --> <interface domain="svx"> <requires lib="gtk+" version="3.18"/> - <object class="GtkWindow" id="TextUnderlineControl"> + <object class="GtkPopover" id="TextUnderlineControl"> <property name="can_focus">False</property> - <property name="hexpand">True</property> - <property name="vexpand">True</property> + <property name="no_show_all">True</property> <property name="border_width">4</property> - <property name="resizable">False</property> - <property name="destroy_with_parent">True</property> - <property name="type_hint">popup-menu</property> - <property name="skip_pager_hint">True</property> - <property name="deletable">False</property> <child> - <object class="GtkBox" id="box"> + <object class="GtkBox" id="container"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="margin_right">6</property> <property name="hexpand">True</property> <property name="vexpand">True</property> <property name="orientation">vertical</property> @@ -231,51 +224,51 @@ <object class="GtkImage" id="image_spacing_1"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="pixbuf">svx/res/symphony/line1.png</property> + <property name="icon_name">svx/res/symphony/line1.png</property> </object> <object class="GtkImage" id="image_spacing_10"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="pixbuf">svx/res/symphony/line10.png</property> + <property name="icon_name">svx/res/symphony/line10.png</property> </object> <object class="GtkImage" id="image_spacing_2"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="pixbuf">svx/res/symphony/line2.png</property> + <property name="icon_name">svx/res/symphony/line2.png</property> </object> <object class="GtkImage" id="image_spacing_3"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="pixbuf">svx/res/symphony/line3.png</property> + <property name="icon_name">svx/res/symphony/line3.png</property> </object> <object class="GtkImage" id="image_spacing_4"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="pixbuf">svx/res/symphony/line4.png</property> + <property name="icon_name">svx/res/symphony/line4.png</property> </object> <object class="GtkImage" id="image_spacing_5"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="pixbuf">svx/res/symphony/line5.png</property> + <property name="icon_name">svx/res/symphony/line5.png</property> </object> <object class="GtkImage" id="image_spacing_6"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="pixbuf">svx/res/symphony/line6.png</property> + <property name="icon_name">svx/res/symphony/line6.png</property> </object> <object class="GtkImage" id="image_spacing_7"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="pixbuf">svx/res/symphony/line7.png</property> + <property name="icon_name">svx/res/symphony/line7.png</property> </object> <object class="GtkImage" id="image_spacing_8"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="pixbuf">svx/res/symphony/line8.png</property> + <property name="icon_name">svx/res/symphony/line8.png</property> </object> <object class="GtkImage" id="image_spacing_9"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="pixbuf">svx/res/symphony/line9.png</property> + <property name="icon_name">svx/res/symphony/line9.png</property> </object> </interface> |