diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-12-20 09:18:17 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-12-20 15:50:42 +0100 |
commit | 1bae6297723af8e5a601a6ddf6134ca5b62a558e (patch) | |
tree | 8068e9256da7f81f3557cb203c7f731f0f673ef3 /sw/uiconfig | |
parent | b950943bc5181bb055578676870523626b46aa12 (diff) |
weld StylePresetsPanel
Change-Id: I827819c8891de828013ce8a38d5acf9e7fec3985
Reviewed-on: https://gerrit.libreoffice.org/85584
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/uiconfig')
-rw-r--r-- | sw/uiconfig/swriter/ui/sidebarstylepresets.ui | 36 |
1 files changed, 20 insertions, 16 deletions
diff --git a/sw/uiconfig/swriter/ui/sidebarstylepresets.ui b/sw/uiconfig/swriter/ui/sidebarstylepresets.ui index 170df5515cea..3258fe2ba7f5 100644 --- a/sw/uiconfig/swriter/ui/sidebarstylepresets.ui +++ b/sw/uiconfig/swriter/ui/sidebarstylepresets.ui @@ -1,8 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.18.3 --> +<!-- Generated with glade 3.22.1 --> <interface domain="sw"> <requires lib="gtk+" version="3.18"/> - <requires lib="LibreOffice" version="1.0"/> <object class="GtkGrid" id="StylePresetsPanel"> <property name="visible">True</property> <property name="can_focus">False</property> @@ -19,13 +18,28 @@ <property name="row_spacing">6</property> <property name="column_spacing">6</property> <child> - <object class="GtkTreeView" id="listbox"> + <object class="GtkScrolledWindow" id="valuesetwin"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="hexpand">True</property> - <property name="show_expanders">False</property> - <child internal-child="selection"> - <object class="GtkTreeSelection" id="treeview-selection1"/> + <property name="vexpand">True</property> + <property name="hscrollbar_policy">never</property> + <property name="vscrollbar_policy">never</property> + <property name="shadow_type">in</property> + <child> + <object class="GtkViewport"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <child> + <object class="GtkDrawingArea" id="valueset"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="events">GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_KEY_PRESS_MASK | GDK_KEY_RELEASE_MASK | GDK_STRUCTURE_MASK</property> + <property name="hexpand">True</property> + <property name="vexpand">True</property> + </object> + </child> + </object> </child> </object> <packing> @@ -33,16 +47,6 @@ <property name="top_attach">0</property> </packing> </child> - <child> - <object class="svtlo-ValueSet" id="valueset"> - <property name="visible">True</property> - <property name="can_focus">False</property> - </object> - <packing> - <property name="left_attach">0</property> - <property name="top_attach">1</property> - </packing> - </child> </object> </child> </object> |