diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2020-05-31 12:05:32 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2020-05-31 12:05:32 +0200 |
commit | a03d7d2e5151332bbe89e5bc36965956cfa7af35 (patch) | |
tree | 1667c3a269ad810db3a7a4a592a5721955dbdf01 /plugins/shotwell-publishing/youtube_publishing_options_pane.ui | |
parent | 2db2a00a812ec31ee59c3920ff457290e1f4a05e (diff) | |
parent | a99b581716d7972a62ed6c227a807e304a98d6af (diff) |
Merge branch 'release/debian/0.30.10-1'debian/0.30.10-1
Diffstat (limited to 'plugins/shotwell-publishing/youtube_publishing_options_pane.ui')
-rw-r--r-- | plugins/shotwell-publishing/youtube_publishing_options_pane.ui | 28 |
1 files changed, 6 insertions, 22 deletions
diff --git a/plugins/shotwell-publishing/youtube_publishing_options_pane.ui b/plugins/shotwell-publishing/youtube_publishing_options_pane.ui index cdf82af..47f75a1 100644 --- a/plugins/shotwell-publishing/youtube_publishing_options_pane.ui +++ b/plugins/shotwell-publishing/youtube_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.22.2 --> +<interface domain="shotwell"> + <requires lib="gtk+" version="3.22"/> <object class="GtkBox" id="youtube_pane_widget"> <property name="visible">True</property> <property name="can_focus">False</property> @@ -19,22 +20,7 @@ <property name="expand">False</property> <property name="fill">True</property> <property name="padding">4</property> - <property name="position">1</property> - </packing> - </child> - <child> - <object class="GtkLabel" id="publish_to_label"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="margin_top">8</property> - <property name="margin_bottom">64</property> - <property name="label" comments="This string does not require translation and may be safely skipped.">videos will appear in -(populated in the application code.)</property> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">2</property> + <property name="position">0</property> </packing> </child> <child> @@ -81,7 +67,7 @@ <property name="expand">False</property> <property name="fill">True</property> <property name="padding">4</property> - <property name="position">3</property> + <property name="position">1</property> </packing> </child> <child> @@ -97,7 +83,6 @@ <child> <object class="GtkButton" id="logout_button"> <property name="label" translatable="yes">_Logout</property> - <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> @@ -113,7 +98,6 @@ <child> <object class="GtkButton" id="publish_button"> <property name="label" translatable="yes">_Publish</property> - <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> @@ -130,7 +114,7 @@ <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">4</property> + <property name="position">2</property> </packing> </child> </object> |