diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-10-07 13:36:56 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-10-07 20:24:04 +0200 |
commit | d46456b07df11bf774c3a7dcbcd843bb97efbe38 (patch) | |
tree | df5be0a3ea649a44aa2e28a4e7d6a2870343380e /cui/uiconfig/ui/screenshotannotationdialog.ui | |
parent | 76681af6d846f9b285b4034826722766e47415e2 (diff) |
weld ScreenshotAnnotationDlg
Change-Id: I94e42c1d10922170f53af917bba6848c9f006a11
Reviewed-on: https://gerrit.libreoffice.org/80383
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/uiconfig/ui/screenshotannotationdialog.ui')
-rw-r--r-- | cui/uiconfig/ui/screenshotannotationdialog.ui | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/cui/uiconfig/ui/screenshotannotationdialog.ui b/cui/uiconfig/ui/screenshotannotationdialog.ui index b20a8edbf943..e7e3e78fa3d0 100644 --- a/cui/uiconfig/ui/screenshotannotationdialog.ui +++ b/cui/uiconfig/ui/screenshotannotationdialog.ui @@ -1,5 +1,5 @@ <?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"/> <object class="GtkDialog" id="ScreenshotAnnotationDialog"> @@ -10,6 +10,9 @@ <property name="default_width">600</property> <property name="default_height">460</property> <property name="type_hint">normal</property> + <child> + <placeholder/> + </child> <child internal-child="vbox"> <object class="GtkBox" id="dialog-vbox1"> <property name="can_focus">False</property> @@ -73,11 +76,10 @@ </packing> </child> <child> - <object class="GtkImage" id="picture"> + <object class="GtkDrawingArea" id="picture"> <property name="name">image</property> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="stock">gtk-missing-image</property> </object> <packing> <property name="expand">True</property> @@ -107,7 +109,7 @@ <property name="vexpand">True</property> <property name="shadow_type">in</property> <child> - <object class="GtkTextView" id="text:border"> + <object class="GtkTextView" id="text"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="hexpand">True</property> @@ -123,5 +125,9 @@ </child> </object> </child> + <action-widgets> + <action-widget response="-6">cancel</action-widget> + <action-widget response="101">save</action-widget> + </action-widgets> </object> </interface> |