multiMiner.lua Move abort button to avoid accidental clicking
This commit is contained in:
@@ -351,8 +351,8 @@ local page = UI.Page {
|
|||||||
menuBar = UI.MenuBar {
|
menuBar = UI.MenuBar {
|
||||||
buttons = {
|
buttons = {
|
||||||
{ text = 'Scan', event = 'scan' },
|
{ text = 'Scan', event = 'scan' },
|
||||||
{ text = 'Abort', event = 'abort' },
|
|
||||||
pauseResume[1],
|
pauseResume[1],
|
||||||
|
{ text = 'Abort', event = 'abort', x = -7 },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
tabs = UI.Tabs {
|
tabs = UI.Tabs {
|
||||||
|
|||||||
Reference in New Issue
Block a user