diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-09-18 14:31:16 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-09-19 16:51:58 +0200 |
commit | d6cee8ad86ded54004f0dc87b390e43b20560390 (patch) | |
tree | 0eb55ae4d5c5a69b5f4b82b18e9ee815a5b556d5 /cui/uiconfig/ui/smoothdialog.ui | |
parent | 65b5fc8f66eb2facaed5d35b61a2836b3390fb01 (diff) |
weld GraphicFilterSmooth
Change-Id: I9f92b49bff105965c13e5977ef39788c6684da29
Reviewed-on: https://gerrit.libreoffice.org/60711
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/uiconfig/ui/smoothdialog.ui')
-rw-r--r-- | cui/uiconfig/ui/smoothdialog.ui | 30 |
1 files changed, 26 insertions, 4 deletions
diff --git a/cui/uiconfig/ui/smoothdialog.ui b/cui/uiconfig/ui/smoothdialog.ui index 50eef4351c08..c96e76821ddf 100644 --- a/cui/uiconfig/ui/smoothdialog.ui +++ b/cui/uiconfig/ui/smoothdialog.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="cui"> <requires lib="gtk+" version="3.18"/> - <requires lib="LibreOffice" version="1.0"/> <object class="GtkAdjustment" id="adjustment1"> <property name="lower">0.10000000000000001</property> <property name="upper">100</property> @@ -15,7 +14,13 @@ <property name="border_width">6</property> <property name="title" translatable="yes" context="smoothdialog|SmoothDialog">Smooth</property> <property name="resizable">False</property> + <property name="modal">True</property> + <property name="default_width">0</property> + <property name="default_height">0</property> <property name="type_hint">dialog</property> + <child> + <placeholder/> + </child> <child internal-child="vbox"> <object class="GtkBox" id="dialog-vbox1"> <property name="can_focus">False</property> @@ -102,11 +107,28 @@ <property name="vexpand">True</property> <property name="column_spacing">24</property> <child> - <object class="cuilo-GraphicPreviewWindow" id="preview"> + <object class="GtkScrolledWindow"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="hexpand">True</property> <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="preview"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="hexpand">True</property> + <property name="vexpand">True</property> + </object> + </child> + </object> + </child> </object> <packing> <property name="left_attach">1</property> @@ -134,10 +156,10 @@ <object class="GtkLabel" id="label2"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="xalign">0</property> <property name="label" translatable="yes" context="smoothdialog|label2">_Smooth radius:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">radius</property> + <property name="xalign">0</property> </object> <packing> <property name="left_attach">0</property> |