multiMiner.lua Move abort button to avoid accidental clicking

This commit is contained in:
Anavrins
2019-11-18 15:03:02 -05:00
parent 922c391bf2
commit d8f33b9cb7

View File

@@ -351,8 +351,8 @@ local page = UI.Page {
menuBar = UI.MenuBar {
buttons = {
{ text = 'Scan', event = 'scan' },
{ text = 'Abort', event = 'abort' },
pauseResume[1],
{ text = 'Abort', event = 'abort', x = -7 },
},
},
tabs = UI.Tabs {