replaced svg icons with the packed.png sprites

This commit is contained in:
daboe01
2022-04-02 17:52:28 +02:00
parent 8d3da8e4fa
commit 96aa310839
2 changed files with 36 additions and 94 deletions
+2 -2
View File
@@ -53,7 +53,7 @@ var _templateImageMap = @{
CPAddTemplateImage: @"button-image-plus",
CPRemoveTemplateImage: @"button-image-minus",
CPActionTemplateImage: @"button-image-action"
};
};
var CPButtonBarPopulateButtonBarSelector = 1 << 1;
@@ -132,7 +132,7 @@ var CPButtonBarPopulateButtonBarSelector = 1 << 1;
@"min-size": CGSizeMake(0, 0),
@"max-size": CGSizeMake(-1, -1),
@"auto-resize-control": YES
};
};
}
+ (CPButtonBar)_sharedDummyButtonBar
File diff suppressed because one or more lines are too long