mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-17 22:39:47 +02:00
Add official AntOS icon
This commit is contained in:
@ -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 = [];
|
||||
|
@ -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;
|
||||
}
|
BIN
src/themes/system/icons/antos-32x32.png
Normal file
BIN
src/themes/system/icons/antos-32x32.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 986 B |
BIN
src/themes/system/icons/antos-48x48.png
Normal file
BIN
src/themes/system/icons/antos-48x48.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
Reference in New Issue
Block a user