Change some icons (#20)
This commit is contained in:
parent
2742460018
commit
4207d8bebe
|
@ -7,7 +7,7 @@ public class Tootle.LocalView : TimelineView {
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string get_icon () {
|
public override string get_icon () {
|
||||||
return "folder-recent-symbolic";
|
return "document-open-recent-symbolic";
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string get_name () {
|
public override string get_name () {
|
||||||
|
|
|
@ -33,7 +33,7 @@ public class Tootle.HeaderBar : Gtk.HeaderBar{
|
||||||
|
|
||||||
button_toot = new Button ();
|
button_toot = new Button ();
|
||||||
button_toot.tooltip_text = "Toot";
|
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_toot.clicked.connect (() => PostDialog.open ());
|
||||||
|
|
||||||
button_mode = new Granite.Widgets.ModeButton ();
|
button_mode = new Granite.Widgets.ModeButton ();
|
||||||
|
|
Loading…
Reference in New Issue