diff options
author | Daniel Smith <rdnlsmith@gmail.com> | 2019-05-17 22:34:57 -0400 |
---|---|---|
committer | Daniel Smith <rdnlsmith@gmail.com> | 2019-05-17 22:34:57 -0400 |
commit | 9e18f5ee951a3278baaffe602bc2c118e7d3d01d (patch) | |
tree | 1ab3ca5b5991da2f82818461ec38a177b2cca640 | |
parent | a97fa05d68aa129e0b40141ab0e7cd1b931bbba4 (diff) |
Resize date text to match stats
-rw-r--r-- | resources/index.gui | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/resources/index.gui b/resources/index.gui index dcefd77..1c898eb 100644 --- a/resources/index.gui +++ b/resources/index.gui @@ -1,7 +1,9 @@ <svg class="background"> - <image id="day" href="quantifier/mon.png" x="60" y="50" width="110" height="35" fill="#FFFFFF" class="foreground" /> - <image id="date1" href="quantifier/3.png" x="180" y="50" width="30" height="35" fill="#FFFFFF" class="foreground" /> - <image id="date2" href="quantifier/0.png" x="210" y="50" width="30" height="35" fill="#FFFFFF" class="foreground" /> + <svg x="6" y="64"> + <image id="day" href="quantifier/mon.png" x="$+3" width="69" height="21" fill="#FFFFFF" class="foreground" /> + <image id="date1" href="quantifier/3.png" x="$+15" width="19" height="21" fill="#FFFFFF" class="foreground" /> + <image id="date2" href="quantifier/0.png" x="$+3" width="19" height="21" fill="#FFFFFF" class="foreground" /> + </svg> <svg> <image id="separator" href="numerals/separator.png" x="143" y="110" width="13" height="104" fill="#FFFFFF" class="foreground" /> <image id="hours1" href="numerals/8.png" x="6" y="100" width="60" height="122" fill="#FFFFFF" class="foreground" /> |