diff --git a/Makefile b/Makefile index 18793ba..5b48b75 100644 --- a/Makefile +++ b/Makefile @@ -148,6 +148,7 @@ build_themes: antos_light antos_dark -rm -rf $(BUILDDIR)/resources/themes/system/* -mkdir -p $(BUILDDIR)/resources/themes/system cp -r src/themes/system/fonts $(BUILDDIR)/resources/themes/system + cp -r src/themes/system/icons $(BUILDDIR)/resources/themes/system cp -r src/themes/system/wp $(BUILDDIR)/resources/themes/system for f in src/themes/system/*.css; do (cat "$${f}"; echo) >> $(BUILDDIR)/resources/themes/system/system.css;done diff --git a/src/core/tags/SystemPanelTag.ts b/src/core/tags/SystemPanelTag.ts index 7368670..654cc5d 100644 --- a/src/core/tags/SystemPanelTag.ts +++ b/src/core/tags/SystemPanelTag.ts @@ -87,8 +87,9 @@ namespace OS { constructor() { super(); this._osmenu = { - text: __("Start"), - iconclass: "fa fa-circle", + text: "", + //iconclass: "fa fa-circle", + icon: "os://resources/themes/system/icons/antos-32x32.png" }; this._view = false; this._pending_task = []; diff --git a/src/themes/system/afx-button.css b/src/themes/system/afx-button.css index b48009a..c7d09de 100644 --- a/src/themes/system/afx-button.css +++ b/src/themes/system/afx-button.css @@ -11,7 +11,7 @@ afx-button i.icon-style { } afx-button afx-label i.icon-style { - width: 24px; - height: 24px; + width: 30px; + height: 30px; display: inline-block; } \ No newline at end of file diff --git a/src/themes/system/icons/antos-32x32.png b/src/themes/system/icons/antos-32x32.png new file mode 100644 index 0000000..c7e8e7c Binary files /dev/null and b/src/themes/system/icons/antos-32x32.png differ diff --git a/src/themes/system/icons/antos-48x48.png b/src/themes/system/icons/antos-48x48.png new file mode 100644 index 0000000..a9cb78d Binary files /dev/null and b/src/themes/system/icons/antos-48x48.png differ