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 d7f63d2 commit 464c6a8Copy full SHA for 464c6a8
src/Frontend/MainWindow.vala
@@ -72,11 +72,10 @@ class Taxi.MainWindow : Gtk.ApplicationWindow {
72
var popover = new OperationsPopover ();
73
74
var operations_button = new Gtk.MenuButton () {
75
- popover = popover,
76
- valign = CENTER,
77
- child = spinner
+ child = spinner,
+ has_frame = false,
+ popover = popover
78
};
79
- operations_button.add_css_class (Granite.STYLE_CLASS_FLAT);
80
81
spinner_revealer = new Gtk.Revealer () {
82
transition_type = Gtk.RevealerTransitionType.SLIDE_RIGHT,
0 commit comments