Invert status list order
This commit is contained in:
parent
2d0a38e957
commit
b2683cc56a
|
@ -47,7 +47,7 @@ public class Tootle.HomeView : Tootle.AbstractView {
|
|||
public void prepend(Status status){ //TODO: clear all on account switch
|
||||
var widget = new StatusWidget(status);
|
||||
widget.rebind (status);
|
||||
view.pack_end (widget, false, false, 0);
|
||||
view.pack_start(widget, false, false, 0);
|
||||
}
|
||||
|
||||
public virtual void on_account_changed (Account? account){
|
||||
|
|
Loading…
Reference in New Issue