mutator: no mutators message hover fix
This commit is contained in:
parent
9e13a1a672
commit
91d347c1fb
1 changed files with 4 additions and 0 deletions
|
@ -226,11 +226,15 @@ local mutators_view = {
|
|||
|
||||
checkbox.style.checkbox_style.offset[1] = -10000
|
||||
checkbox.style.setting_text.horizontal_alignment = "center"
|
||||
checkbox.style.setting_text_hover.horizontal_alignment = "center"
|
||||
checkbox.style.setting_text.offset[1] = 0
|
||||
checkbox.style.setting_text_hover.offset[1] = 0
|
||||
else
|
||||
checkbox.style.checkbox_style.offset[1] = 0
|
||||
checkbox.style.setting_text.horizontal_alignment = "left"
|
||||
checkbox.style.setting_text_hover.horizontal_alignment = "left"
|
||||
checkbox.style.setting_text.offset[1] = 24
|
||||
checkbox.style.setting_text_hover.offset[1] = 24
|
||||
end
|
||||
end,
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue