Fix some derps (close #38, #39)

This commit is contained in:
bleakgrey 2018-06-03 19:42:16 +03:00
parent d0c533d6ef
commit 1ea3789507
2 changed files with 4 additions and 4 deletions

View file

@ -32,13 +32,13 @@
<screenshot type="default">
<image>https://raw.githubusercontent.com/bleakgrey/tootle/master/data/screenshot.png</image>
</screenshot>
<screenshot type="default">
<screenshot>
<image>https://raw.githubusercontent.com/bleakgrey/tootle/master/data/screenshot2.png</image>
</screenshot>
<screenshot type="default">
<screenshot>
<image>https://raw.githubusercontent.com/bleakgrey/tootle/master/data/screenshot3.png</image>
</screenshot>
<screenshot type="default">
<screenshot>
<image>https://raw.githubusercontent.com/bleakgrey/tootle/master/data/screenshot4.png</image>
</screenshot>
</screenshots>

View file

@ -119,7 +119,7 @@ public class Tootle.StatusWidget : Gtk.EventBox {
this.status.updated.connect (rebind);
if (this.status.reblog != null) {
var image = new Gtk.Image.from_icon_name("go-up-symbolic", Gtk.IconSize.BUTTON);
var image = new Gtk.Image.from_icon_name("media-playlist-repeat-symbolic", Gtk.IconSize.BUTTON);
image.halign = Gtk.Align.END;
image.margin_end = 6;
image.margin_top = 6;