We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a431a26 commit cc22cb0Copy full SHA for cc22cb0
src/MainWindow.vala
@@ -88,6 +88,7 @@ public class MainWindow : Gtk.Dialog {
88
var alert_label = new Gtk.Label ("Unable to Get Location");
89
90
stack = new Gtk.Stack ();
91
+ stack.transition_type = Gtk.StackTransitionType.CROSSFADE;
92
stack.vhomogeneous = true;
93
stack.add (spinner);
94
stack.add_named (grid, "weather");
0 commit comments