Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RingOV committed Oct 25, 2015
1 parent 4dc30ee commit ada3705
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions dialogs/city_id_dialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ selected</property>
<object class="GtkEntry" id="entrybox">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="halign">start</property>
<property name="halign">end</property>
<property name="valign">start</property>
<property name="hexpand">True</property>
</object>
Expand Down Expand Up @@ -446,10 +446,10 @@ selected</property>
<property name="can_focus">False</property>
<property name="halign">end</property>
<property name="xalign">1</property>
<property name="label">APPID</property>
<property name="label">API key</property>
</object>
<packing>
<property name="left_attach">1</property>
<property name="left_attach">0</property>
<property name="top_attach">0</property>
<property name="width">1</property>
<property name="height">1</property>
Expand All @@ -465,7 +465,7 @@ selected</property>
<property name="uri">http://openweathermap.org/appid</property>
</object>
<packing>
<property name="left_attach">0</property>
<property name="left_attach">1</property>
<property name="top_attach">0</property>
<property name="width">1</property>
<property name="height">1</property>
Expand Down
2 changes: 1 addition & 1 deletion gis-weather.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/python3
#
# gis_weather.py
v = '0.7.8.24'
v = '0.7.8.25'
# Copyright (C) 2013-2015 Alexander Koltsov <[email protected]>
#
# This program is free software: you can redistribute it and/or modify
Expand Down

0 comments on commit ada3705

Please sign in to comment.