File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ a Gtk notification server for Pantheon
77
88You'll need the following dependencies:
99* libcanberra
10- * libgranite-7-dev (>=7.0 .0)
10+ * libgranite-7-dev (>=7.7 .0)
1111* libgtk-4-dev
1212* libadwaita-1-dev (>=1.0.0)
1313* meson
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ executable(
3333 dependency (' glib-2.0' ),
3434 dependency (' gobject-2.0' ),
3535 dependency (' gio-2.0' ),
36- dependency (' granite-7' , version : ' >=7.0 .0' ),
36+ dependency (' granite-7' , version : ' >=7.7 .0' ),
3737 dependency (' gtk4' ),
3838 dependency (' gtk4-x11' ),
3939 dependency (' libadwaita-1' )
Original file line number Diff line number Diff line change @@ -37,9 +37,8 @@ public class Notifications.MaskedImage : Granite.Bin {
3737 pixel_size = ICON_SIZE
3838 };
3939
40- add_css_class (Granite .STYLE_CLASS_CARD );
41- add_css_class (Granite .STYLE_CLASS_CHECKERBOARD );
42- add_css_class (Granite .STYLE_CLASS_ROUNDED );
40+ add_css_class (Granite .CssClass .CARD );
41+ add_css_class (Granite .CssClass .CHECKERBOARD );
4342 overflow = HIDDEN ;
4443
4544 child = image;
You can’t perform that action at this time.
0 commit comments