File tree Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 33name : CI
44
55on :
6- push :
7- branches :
8- - main
6+ pull_request :
7+ types :
8+ - opened
9+ - reopened
10+ - synchronize
911
1012jobs :
1113 flatpak :
5658 uses : actions/checkout@v4
5759
5860 - name : Lint
59- run : io.elementary.vala-lint -d .
61+ run : io.elementary.vala-lint -d .
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ button.pathbar {
1313}
1414
1515.linked .combo {
16- padding : 2.5 px 3 px ;
16+ margin : 1 px 0 ;
1717}
1818
1919.transition {
@@ -23,4 +23,4 @@ button.pathbar {
2323.drop-target : drop (active ) {
2424 border-radius : 6px ;
2525 background : alpha (@color_primary , 0.15 );
26- }
26+ }
Original file line number Diff line number Diff line change @@ -72,11 +72,10 @@ class Taxi.MainWindow : Gtk.ApplicationWindow {
7272 var popover = new OperationsPopover ();
7373
7474 var operations_button = new Gtk .MenuButton () {
75- popover = popover ,
76- valign = CENTER ,
77- child = spinner
75+ child = spinner ,
76+ has_frame = false ,
77+ popover = popover
7878 };
79- operations_button. add_css_class (Granite . STYLE_CLASS_FLAT );
8079
8180 spinner_revealer = new Gtk .Revealer () {
8281 transition_type = Gtk . RevealerTransitionType . SLIDE_RIGHT ,
You can’t perform that action at this time.
0 commit comments