diff options
Diffstat (limited to 'plugins/shotwell-publishing-extras/tumblr_publishing_options_pane.ui')
-rw-r--r-- | plugins/shotwell-publishing-extras/tumblr_publishing_options_pane.ui | 152 |
1 files changed, 0 insertions, 152 deletions
diff --git a/plugins/shotwell-publishing-extras/tumblr_publishing_options_pane.ui b/plugins/shotwell-publishing-extras/tumblr_publishing_options_pane.ui deleted file mode 100644 index acc5459..0000000 --- a/plugins/shotwell-publishing-extras/tumblr_publishing_options_pane.ui +++ /dev/null @@ -1,152 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- 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> - <property name="spacing">16</property> - <property name="homogeneous">True</property> - <child> - <object class="GtkBox" id="inner_wrapper"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="orientation">vertical</property> - <property name="spacing">40</property> - <child> - <object class="GtkLabel" id="upload_info_label"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <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> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="padding">16</property> - <property name="position">0</property> - </packing> - </child> - <child> - <object class="GtkGrid" id="visibility_and_size_grid"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="halign">center</property> - <property name="valign">center</property> - <property name="row_spacing">8</property> - <property name="column_spacing">24</property> - <child> - <object class="GtkLabel" id="blog_label"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="label" translatable="yes">Blogs:</property> - <property name="use_underline">True</property> - <property name="justify">right</property> - <property name="mnemonic_widget">blog_combo</property> - </object> - <packing> - <property name="left_attach">0</property> - <property name="top_attach">0</property> - </packing> - </child> - <child> - <object class="GtkLabel" id="size_label"> - <property name="visible">True</property> - <property name="can_focus">False</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> - </object> - <packing> - <property name="left_attach">0</property> - <property name="top_attach">1</property> - </packing> - </child> - <child> - <object class="GtkComboBoxText" id="blog_combo"> - <property name="visible">True</property> - <property name="can_focus">False</property> - </object> - <packing> - <property name="left_attach">1</property> - <property name="top_attach">0</property> - </packing> - </child> - <child> - <object class="GtkComboBoxText" id="size_combo"> - <property name="visible">True</property> - <property name="can_focus">False</property> - </object> - <packing> - <property name="left_attach">1</property> - <property name="top_attach">1</property> - </packing> - </child> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="padding">18</property> - <property name="position">1</property> - </packing> - </child> - <child> - <object class="GtkBox" id="box2"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="halign">center</property> - <property name="spacing">48</property> - <property name="homogeneous">True</property> - <child> - <object class="GtkButton" id="logout_button"> - <property name="label" translatable="yes">_Logout</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_underline">True</property> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="padding">24</property> - <property name="position">0</property> - </packing> - </child> - <child> - <object class="GtkButton" id="publish_button"> - <property name="label" translatable="yes">_Publish</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_underline">True</property> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="padding">24</property> - <property name="position">1</property> - </packing> - </child> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">False</property> - <property name="padding">1</property> - <property name="position">2</property> - </packing> - </child> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="padding">8</property> - <property name="position">0</property> - </packing> - </child> - </object> -</interface> |