File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ public abstract class Dock.BaseIconGroup : BaseItem {
2525 };
2626 flow_box. bind_model (slice, create_flow_box_child);
2727
28- var bin = new Adw .Bin () {
28+ var bin = new Granite .Bin () {
2929 child = flow_box
3030 };
3131 bin. add_css_class (" icon-group-bin" );
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ public class Dock.DynamicWorkspaceIcon : BaseItem {
1919 };
2020 add_image. add_css_class (" add-image" );
2121
22- // Adw .Bin is used here to keep css nodes consistent with IconGroup
23- var bin = new Adw .Bin () {
22+ // Granite .Bin is used here to keep css nodes consistent with IconGroup
23+ var bin = new Granite .Bin () {
2424 child = add_image
2525 };
2626 bin. add_css_class (" icon-group-bin" );
You can’t perform that action at this time.
0 commit comments