mirror of
https://github.com/ComfyFactory/ComfyFactorio.git
synced 2025-01-10 00:43:27 +02:00
minor change to diff gui
This commit is contained in:
parent
a3cd26b88f
commit
1ccbbb6c0e
@ -182,7 +182,7 @@ local function poll_difficulty(player)
|
||||
type = 'flow'
|
||||
}
|
||||
|
||||
label_flow.add({type = 'label', caption = '- - - - - - - - - - - - - - - - - -'})
|
||||
inside_frame.add({type = 'line'})
|
||||
|
||||
label_flow.style.horizontal_align = 'center'
|
||||
label_flow.style.horizontally_stretchable = true
|
||||
@ -205,6 +205,8 @@ local function poll_difficulty(player)
|
||||
b.style.font = 'heading-3'
|
||||
b.style.minimal_width = 96
|
||||
b.enabled = false
|
||||
|
||||
inside_frame.add({type = 'line'})
|
||||
end
|
||||
|
||||
local function set_difficulty()
|
||||
|
Loading…
Reference in New Issue
Block a user