fix blogger

This commit is contained in:
Xuan Sang LE 2018-02-27 01:22:19 +01:00
parent c5e4d4e525
commit 20102465f7
2 changed files with 4 additions and 4 deletions

View File

@ -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
}]

View File

@ -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{