]> Pileus Git - aweather/blobdiff - data/main.ui.in
Change size request to default size
[aweather] / data / main.ui.in
index a364e2ed164cabb7f815431edfcde1d902e0c2ab..148fd4ad9d151faa56e63ffd34dc73ed909c18ab 100644 (file)
@@ -72,9 +72,9 @@
     <property name="type_hint">dialog</property>
     <property name="program_name">AWeather</property>
     <property name="version">@VERSION@</property>
-    <property name="copyright" translatable="yes">Copyright ©2008-2009 Andy Spencer</property>
-    <property name="comments" translatable="yes">A semi-advanced weather viewer</property>
-    <property name="website">http://lug.rose-hulman.edu/wiki/AWeather</property>
+    <property name="copyright" translatable="yes">Copyright ©2008-2011 Andy Spencer</property>
+    <property name="comments" translatable="yes">A weather monitoring program</property>
+    <property name="website">http://lug.rose-hulman.edu/proj/aweather</property>
     <property name="license" translatable="yes">                    GNU GENERAL PUBLIC LICENSE
                        Version 3, 29 June 2007
 
@@ -320,6 +320,7 @@ The hypothetical commands `show w' and `show c' should show the appropriate part
   The GNU General Public License does not permit incorporating your program into proprietary programs.  If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library.  If this is what you want to do, use the GNU Lesser General Public License instead of this License.  But first, please read &lt;http://www.gnu.org/philosophy/why-not-lgpl.html&gt;.
 </property>
     <property name="authors">Andy Spencer &lt;andy753421@gmail.com&gt;</property>
+    <property name="logo">logo.svg</property>
     <property name="wrap_license">True</property>
     <signal name="delete-event" handler="gtk_widget_hide_on_delete" swapped="no"/>
     <signal name="response" handler="gtk_widget_hide" swapped="no"/>
@@ -350,6 +351,8 @@ The hypothetical commands `show w' and `show c' should show the appropriate part
   <object class="AWeatherGui" id="main_window">
     <property name="can_focus">False</property>
     <property name="title" translatable="yes">AWeather</property>
+    <property name="default_width">600</property>
+    <property name="default_height">400</property>
     <child>
       <object class="GtkVBox" id="main_body">
         <property name="visible">True</property>
@@ -684,8 +687,6 @@ The hypothetical commands `show w' and `show c' should show the appropriate part
                 <property name="can_focus">True</property>
                 <child>
                   <object class="GritsOpenGL" id="main_viewer">
-                    <property name="width_request">600</property>
-                    <property name="height_request">400</property>
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="has_focus">True</property>
@@ -828,7 +829,7 @@ The hypothetical commands `show w' and `show c' should show the appropriate part
     <property name="page_increment">5</property>
   </object>
   <object class="GtkAdjustment" id="prefs_general_log_adj">
-    <property name="upper">8</property>
+    <property name="upper">5</property>
     <property name="step_increment">1</property>
   </object>
   <object class="GtkDialog" id="prefs_window">
@@ -1147,6 +1148,14 @@ The hypothetical commands `show w' and `show c' should show the appropriate part
       <action-widget response="0">prefs_action_close</action-widget>
     </action-widgets>
   </object>
+  <object class="GtkSizeGroup" id="prefs_general_size">
+    <widgets>
+      <widget name="prefs_general_freq_label"/>
+      <widget name="prefs_general_log_label"/>
+      <widget name="prefs_general_url_label"/>
+      <widget name="prefs_general_site_label"/>
+    </widgets>
+  </object>
   <object class="GtkTreeStore" id="sites">
     <columns>
       <!-- column-name code -->
@@ -1165,12 +1174,4 @@ The hypothetical commands `show w' and `show c' should show the appropriate part
       <column type="gint"/>
     </columns>
   </object>
-  <object class="GtkSizeGroup" id="prefs_general_size">
-    <widgets>
-      <widget name="prefs_general_freq_label"/>
-      <widget name="prefs_general_log_label"/>
-      <widget name="prefs_general_url_label"/>
-      <widget name="prefs_general_site_label"/>
-    </widgets>
-  </object>
 </interface>