Merge branch 'patch/6.0.7' into dev

This commit is contained in:
Cooldude2606
2020-05-28 17:08:13 +01:00
5 changed files with 13 additions and 12 deletions

View File

@@ -58,7 +58,7 @@ Gui.element{
type = 'sprite-button',
sprite = 'utility/close_black',
tooltip = {'player-list.close-action-bar'},
style = 'shortcut_bar_button_red'
style = 'slot_sized_button_red'
}
:style(Gui.sprite_style(30, -1, { top_margin = -1, right_margin = -1 }))
:on_click(function(player, _)
@@ -73,7 +73,7 @@ Gui.element{
type = 'sprite-button',
sprite = 'utility/confirm_slot',
tooltip = {'player-list.reason-confirm'},
style = 'shortcut_bar_button_green'
style = 'slot_sized_button_green'
}
:style(Gui.sprite_style(30, -1, { left_margin = -2, right_margin = -1 }))
:on_click(function(player, element)