diff options
Diffstat (limited to 'cui/uiconfig/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> |