mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-11-08 05:58:22 +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 = [{
|
||||
text: "File",
|
||||
child: [
|
||||
{ text: "Open", dataid: "#{@name}-Open", shortcut: "META-O" },
|
||||
{ text: "Save", dataid: "#{@name}-Save", shortcut: "CTRL-S" },
|
||||
{ text: "Save as", dataid: "#{@name}-Saveas", shortcut: "META-S" }
|
||||
{ text: "Open", dataid: "#{@name}-Open", shortcut: "M-O" },
|
||||
{ text: "Save", dataid: "#{@name}-Save", shortcut: "C-S" },
|
||||
{ text: "Save as", dataid: "#{@name}-Saveas", shortcut: "M-S" }
|
||||
],
|
||||
onmenuselect: (e) -> me.actionFile e.item.data.dataid
|
||||
}]
|
||||
|
@ -27,7 +27,7 @@ afx-menu afx-switch span{
|
||||
/*margin-top:5px;*/
|
||||
}
|
||||
afx-menu span.shortcut{
|
||||
width:45px;
|
||||
width:40px;
|
||||
text-align: right;
|
||||
}
|
||||
afx-menu li:hover > a afx-switch span:before{
|
||||
|
Loading…
Reference in New Issue
Block a user