Skip to content

Commit

Permalink
min weather days now 1
Browse files Browse the repository at this point in the history
  • Loading branch information
RingOV committed Feb 2, 2020
1 parent 263c72e commit 731290a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dialogs/settings_dialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
<property name="step_increment">0.01</property>
</object>
<object class="GtkAdjustment" id="adjustment_n_max">
<property name="lower">3</property>
<property name="lower">1</property>
<property name="upper">12</property>
<property name="step_increment">1</property>
</object>
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/env python3
#
# gis_weather.py
v = '0.8.4.6'
v = '0.8.4.7'
# Copyright (C) 2013-2020 Alexander Koltsov <[email protected]>
#
# This program is free software: you can redistribute it and/or modify
Expand Down

0 comments on commit 731290a

Please sign in to comment.