Skip to content

Commit ef0716f

Browse files
committed
New application icon.
1 parent debed48 commit ef0716f

File tree

14 files changed

+238
-460
lines changed

14 files changed

+238
-460
lines changed

Sources/VisualScriptCAD/Application/IconStore.cpp

Lines changed: 233 additions & 455 deletions
Large diffs are not rendered by default.

Sources/VisualScriptCAD/Application/IconStore.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ extern const long int arrow_in_size;
4141
extern const unsigned char arrow_in[600];
4242

4343
extern const long int appicon16_size;
44-
extern const unsigned char appicon16[925];
44+
extern const unsigned char appicon16[643];
4545

4646
extern const long int appicon32_size;
47-
extern const unsigned char appicon32[2390];
47+
extern const unsigned char appicon32[1268];
4848

4949
extern const long int appicon48_size;
50-
extern const unsigned char appicon48[4100];
50+
extern const unsigned char appicon48[1946];
5151

5252
#endif

Sources/VisualScriptCAD/Application/MainWindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ static const std::vector<std::pair<std::wstring, std::wstring>> exampleFiles = {
2929
{ L"Plate with Holes", L"plate_with_holes.vsc" },
3030
{ L"Box-Sphere Difference", L"box_sphere_diff.vsc" },
3131
{ L"Sphere-Torus Difference", L"sphere_torus_diff.vsc" },
32-
{ L"VisualScriptCAD Logo", L"vscad_logo.vsc" }
32+
{ L"CSG Operations", L"csg_operations.vsc" }
3333
};
3434

3535
class ApplicationNodeUICallbackInterface : public NodeUICallbackInterface
-15.5 KB
Binary file not shown.
0 Bytes
Binary file not shown.

Test/CompatibilityTest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def Main (argv):
7474
'surface' : 22.170
7575
},
7676
{
77-
'name' : 'vscad_logo.vsc',
77+
'name' : 'csg_operations.vsc',
7878
'boundingBox' : ([-0.5, -0.5, -0.5], [0.5, 0.5, 0.5]),
7979
'surface' : 5.801
8080
}

Tools/AppIcons/appicon.ico

-14.7 KB
Binary file not shown.

Tools/AppIcons/appicon.pdn

-78.3 KB
Binary file not shown.

Tools/AppIcons/appicon16.png

-282 Bytes
Loading

0 commit comments

Comments
 (0)