Change some icons (#20)

This commit is contained in:
bleakgrey 2018-05-27 19:57:52 +03:00
parent 2742460018
commit 4207d8bebe
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ public class Tootle.LocalView : TimelineView {
}
public override string get_icon () {
return "folder-recent-symbolic";
return "document-open-recent-symbolic";
}
public override string get_name () {

View File

@ -33,7 +33,7 @@ public class Tootle.HeaderBar : Gtk.HeaderBar{
button_toot = new Button ();
button_toot.tooltip_text = "Toot";
button_toot.image = new Gtk.Image.from_icon_name ("edit-symbolic", Gtk.IconSize.LARGE_TOOLBAR);
button_toot.image = new Gtk.Image.from_icon_name ("document-edit-symbolic", Gtk.IconSize.LARGE_TOOLBAR);
button_toot.clicked.connect (() => PostDialog.open ());
button_mode = new Granite.Widgets.ModeButton ();