diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-01-21 19:19:04 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-01-21 19:19:04 +0100 |
commit | f39ea21098340bd99c48669f152c9068046c2c99 (patch) | |
tree | d1166fce1a4a8c470dfaf364816f767678c4729e /plugins/shotwell-publishing-extras/tumblr_publishing_options_pane.ui | |
parent | bc48a4cff815ed156b603c92e684779c317417ba (diff) | |
parent | a7ff7c49085c320c1e0a2ffb66cc6d283c5acb8e (diff) |
Merge tag 'upstream/0.25.3'
Upstream version 0.25.3
Diffstat (limited to 'plugins/shotwell-publishing-extras/tumblr_publishing_options_pane.ui')
-rw-r--r-- | plugins/shotwell-publishing-extras/tumblr_publishing_options_pane.ui | 25 |
1 files changed, 5 insertions, 20 deletions
diff --git a/plugins/shotwell-publishing-extras/tumblr_publishing_options_pane.ui b/plugins/shotwell-publishing-extras/tumblr_publishing_options_pane.ui index ac201da..acc5459 100644 --- a/plugins/shotwell-publishing-extras/tumblr_publishing_options_pane.ui +++ b/plugins/shotwell-publishing-extras/tumblr_publishing_options_pane.ui @@ -1,6 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> -<interface> - <!-- interface-requires gtk+ 3.0 --> +<!-- Generated with glade 3.20.0 --> +<interface domain="shotwell"> + <requires lib="gtk+" version="3.14"/> <object class="GtkBox" id="tumblr_pane"> <property name="visible">True</property> <property name="can_focus">False</property> @@ -16,7 +17,7 @@ <object class="GtkLabel" id="upload_info_label"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="no">You are logged into Tumblr as (name). + <property name="label">You are logged into Tumblr as (name). (this label's string is populated and set inside the code, so changes made here will not display)</property> @@ -48,15 +49,13 @@ so changes made here will not display)</property> <packing> <property name="left_attach">0</property> <property name="top_attach">0</property> - <property name="width">1</property> - <property name="height">1</property> </packing> </child> <child> <object class="GtkLabel" id="size_label"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="xalign">1</property> + <property name="halign">end</property> <property name="label" translatable="yes">Photo _size:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">size_combo</property> @@ -64,36 +63,26 @@ so changes made here will not display)</property> <packing> <property name="left_attach">0</property> <property name="top_attach">1</property> - <property name="width">1</property> - <property name="height">1</property> </packing> </child> <child> <object class="GtkComboBoxText" id="blog_combo"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="entry_text_column">0</property> - <property name="id_column">1</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">0</property> - <property name="width">1</property> - <property name="height">1</property> </packing> </child> <child> <object class="GtkComboBoxText" id="size_combo"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="entry_text_column">0</property> - <property name="id_column">1</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">1</property> - <property name="width">1</property> - <property name="height">1</property> </packing> </child> </object> @@ -114,12 +103,10 @@ so changes made here will not display)</property> <child> <object class="GtkButton" id="logout_button"> <property name="label" translatable="yes">_Logout</property> - <property name="use_action_appearance">False</property> <property name="width_request">96</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> - <property name="use_action_appearance">False</property> <property name="use_underline">True</property> </object> <packing> @@ -132,12 +119,10 @@ so changes made here will not display)</property> <child> <object class="GtkButton" id="publish_button"> <property name="label" translatable="yes">_Publish</property> - <property name="use_action_appearance">False</property> <property name="width_request">96</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> - <property name="use_action_appearance">False</property> <property name="use_underline">True</property> </object> <packing> |