[shotwell] publishing: Minor dialog cosmetics



commit 1f8fd2cf681872cb629046aee3afc2fda62852b9
Author: Jens Georg <mail jensge org>
Date:   Wed Jan 23 12:53:54 2019 +0100

    publishing: Minor dialog cosmetics

 plugins/shotwell-publishing/FlickrPublishing.vala  |  6 ++---
 .../flickr_publishing_options_pane.ui              |  8 +++----
 .../tumblr_publishing_options_pane.ui              | 13 ++++++-----
 .../youtube_publishing_options_pane.ui             | 26 +++++++++-------------
 4 files changed, 24 insertions(+), 29 deletions(-)
---
diff --git a/plugins/shotwell-publishing/FlickrPublishing.vala 
b/plugins/shotwell-publishing/FlickrPublishing.vala
index 5a802842..53b6003c 100644
--- a/plugins/shotwell-publishing/FlickrPublishing.vala
+++ b/plugins/shotwell-publishing/FlickrPublishing.vala
@@ -613,12 +613,12 @@ internal class PublishingOptionsPane : Spit.Publishing.DialogPane, GLib.Object {
 
         upload_info_label.set_label(upload_label_text);
 
-        string visibility_label_text = _("Photos _visible to:");
+        string visibility_label_text = _("Photos _visible to");
         if ((media_type == Spit.Publishing.Publisher.MediaType.VIDEO)) {
-            visibility_label_text = _("Videos _visible to:");
+            visibility_label_text = _("Videos _visible to");
         } else if ((media_type == (Spit.Publishing.Publisher.MediaType.PHOTO |
                                    Spit.Publishing.Publisher.MediaType.VIDEO))) {
-            visibility_label_text = _("Photos and videos _visible to:");
+            visibility_label_text = _("Photos and videos _visible to");
         }
         
         visibility_label.set_label(visibility_label_text);
diff --git a/plugins/shotwell-publishing/flickr_publishing_options_pane.ui 
b/plugins/shotwell-publishing/flickr_publishing_options_pane.ui
index 77d32cfc..e5e61aab 100644
--- a/plugins/shotwell-publishing/flickr_publishing_options_pane.ui
+++ b/plugins/shotwell-publishing/flickr_publishing_options_pane.ui
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.20.0 -->
+<!-- Generated with glade 3.22.0 -->
 <interface domain="shotwell">
   <requires lib="gtk+" version="3.14"/>
   <object class="GtkBox" id="flickr_pane">
@@ -36,8 +36,8 @@ so changes made here will not display)</property>
             <property name="halign">center</property>
             <property name="valign">center</property>
             <property name="margin_bottom">8</property>
-            <property name="row_spacing">8</property>
-            <property name="column_spacing">24</property>
+            <property name="row_spacing">6</property>
+            <property name="column_spacing">12</property>
             <child>
               <object class="GtkLabel" id="visibility_label">
                 <property name="visible">True</property>
@@ -58,7 +58,7 @@ so changes made here will not display)</property>
                 <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="label" translatable="yes">Photo _size</property>
                 <property name="use_underline">True</property>
                 <property name="mnemonic_widget">size_combo</property>
               </object>
diff --git a/plugins/shotwell-publishing/tumblr_publishing_options_pane.ui 
b/plugins/shotwell-publishing/tumblr_publishing_options_pane.ui
index acc5459f..982dc26d 100644
--- a/plugins/shotwell-publishing/tumblr_publishing_options_pane.ui
+++ b/plugins/shotwell-publishing/tumblr_publishing_options_pane.ui
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.20.0 -->
+<!-- Generated with glade 3.22.0 -->
 <interface domain="shotwell">
   <requires lib="gtk+" version="3.14"/>
   <object class="GtkBox" id="tumblr_pane">
@@ -35,15 +35,16 @@ so changes made here will not display)</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>
+            <property name="row_spacing">6</property>
+            <property name="column_spacing">12</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="halign">end</property>
+                <property name="label" translatable="yes">Blogs</property>
                 <property name="use_underline">True</property>
-                <property name="justify">right</property>
+                <property name="justify">center</property>
                 <property name="mnemonic_widget">blog_combo</property>
               </object>
               <packing>
@@ -56,7 +57,7 @@ so changes made here will not display)</property>
                 <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="label" translatable="yes">Photo _size</property>
                 <property name="use_underline">True</property>
                 <property name="mnemonic_widget">size_combo</property>
               </object>
diff --git a/plugins/shotwell-publishing/youtube_publishing_options_pane.ui 
b/plugins/shotwell-publishing/youtube_publishing_options_pane.ui
index cdf82af7..06e80b02 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.0 -->
+<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>
@@ -41,18 +42,17 @@
       <object class="GtkBox" id="box1">
         <property name="visible">True</property>
         <property name="can_focus">False</property>
-        <property name="margin_left">40</property>
-        <property name="margin_right">40</property>
+        <property name="margin_start">40</property>
+        <property name="margin_end">40</property>
         <property name="margin_top">16</property>
+        <property name="spacing">6</property>
         <property name="homogeneous">True</property>
         <child>
           <object class="GtkLabel" id="privacy_label">
             <property name="visible">True</property>
             <property name="can_focus">False</property>
-            <property name="margin_left">16</property>
-            <property name="margin_right">16</property>
-            <property name="xpad">10</property>
-            <property name="label" translatable="yes">Video privacy _setting:</property>
+            <property name="halign">end</property>
+            <property name="label" translatable="yes">Video privacy _setting</property>
             <property name="use_underline">True</property>
           </object>
           <packing>
@@ -65,10 +65,6 @@
           <object class="GtkComboBoxText" id="privacy_combo">
             <property name="visible">True</property>
             <property name="can_focus">False</property>
-            <property name="margin_left">16</property>
-            <property name="margin_right">32</property>
-            <property name="entry_text_column">0</property>
-            <property name="id_column">1</property>
           </object>
           <packing>
             <property name="expand">False</property>
@@ -88,8 +84,8 @@
       <object class="GtkBox" id="button_area_box">
         <property name="visible">True</property>
         <property name="can_focus">False</property>
-        <property name="margin_left">112</property>
-        <property name="margin_right">112</property>
+        <property name="margin_start">112</property>
+        <property name="margin_end">112</property>
         <property name="margin_top">48</property>
         <property name="margin_bottom">24</property>
         <property name="spacing">128</property>
@@ -101,7 +97,6 @@
             <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>
@@ -117,7 +112,6 @@
             <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>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]