Skip to content

Commit

Permalink
Fix a bug with text size and update screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed Aug 3, 2018
1 parent 604d270 commit a995204
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 deletions data/Application.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2017 Daniel Foré (http://danielfore.com)
* Copyright (c) 2017-2018 Daniel Foré (http://danielfore.com)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
Expand All @@ -20,6 +20,10 @@
@define-color colorPrimary #42baea;
@define-color bg_highlight_color shade (@colorPrimary, 1.4);

grid {
margin-top: -6px;
}

.titlebar,
.titlebar image,
.background {
Expand All @@ -30,9 +34,9 @@
}

.weather {
font-size: 14px;
font-size: 14pt;
}

.temperature {
font-size: 36px;
font-size: 36pt;
}
2 changes: 1 addition & 1 deletion data/com.github.danrabbit.nimbus.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</ul>
</description>
<releases>
<release version="0.3.1" date="2018-06-30" urgency="medium">
<release version="0.3.2" date="2018-06-30" urgency="medium">
<description>
<p>Juno Updates!</p>
<ul>
Expand Down
Binary file modified data/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
com.github.danrabbit.nimbus (0.3.1) bionic; urgency=medium
com.github.danrabbit.nimbus (0.3.2) bionic; urgency=medium

* Add Catalan, French, German, and Japanese Translations
* HiDPI icons support
Expand Down

0 comments on commit a995204

Please sign in to comment.