adapt timer format to new style

This commit is contained in:
Dirk Sohler 2021-04-04 13:04:49 +02:00
parent 69dd2386c0
commit 70760fc37f
No known key found for this signature in database
GPG Key ID: B9751241BD7D4E1A

@ -287,7 +287,7 @@ mtimer.dialog.timer_format = function (player_name)
'label[0,2.5;'..S('Custom Timer')..'] label[2.5,2.5;{ct}] label[4,2.5;'..esc(S('As configured'))..']',
'container_end[]',
'container[6.25,0]',
'button[0,0;2,0.5;apply;'..S('Apply')..']',
mtimer.get_icon_button('apply', { label = S('Apply') }),
'container_end[]'
}
})