1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-03-05 15:05:57 +02:00

Merge pull request #841 from linaori/fix/toast-color

Fix the toast color display
This commit is contained in:
Lynn 2019-03-01 20:08:43 +01:00 committed by GitHub
commit 75e6d6abf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -93,8 +93,8 @@ local function toast_to(player, duration, sound)
local progressbar = frame.add({type = 'progressbar', name = toast_progress_name})
local style = progressbar.style
style.width = 290
style.height = 3
style.color = Color.grey
style.height = 4
style.color = Color.orange
progressbar.value = 1 -- it starts full
local id = autoincrement()