mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-01-31 00:32:47 +01:00
fix blogger
This commit is contained in:
parent
c5e4d4e525
commit
20102465f7
@ -243,9 +243,9 @@ class NotePad extends this.OS.GUI.BaseApplication
|
|||||||
menu = [{
|
menu = [{
|
||||||
text: "File",
|
text: "File",
|
||||||
child: [
|
child: [
|
||||||
{ text: "Open", dataid: "#{@name}-Open", shortcut: "META-O" },
|
{ text: "Open", dataid: "#{@name}-Open", shortcut: "M-O" },
|
||||||
{ text: "Save", dataid: "#{@name}-Save", shortcut: "CTRL-S" },
|
{ text: "Save", dataid: "#{@name}-Save", shortcut: "C-S" },
|
||||||
{ text: "Save as", dataid: "#{@name}-Saveas", shortcut: "META-S" }
|
{ text: "Save as", dataid: "#{@name}-Saveas", shortcut: "M-S" }
|
||||||
],
|
],
|
||||||
onmenuselect: (e) -> me.actionFile e.item.data.dataid
|
onmenuselect: (e) -> me.actionFile e.item.data.dataid
|
||||||
}]
|
}]
|
||||||
|
@ -27,7 +27,7 @@ afx-menu afx-switch span{
|
|||||||
/*margin-top:5px;*/
|
/*margin-top:5px;*/
|
||||||
}
|
}
|
||||||
afx-menu span.shortcut{
|
afx-menu span.shortcut{
|
||||||
width:45px;
|
width:40px;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
afx-menu li:hover > a afx-switch span:before{
|
afx-menu li:hover > a afx-switch span:before{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user