Disable first orange string for tooltip of header widget (options menu)
This commit is contained in:
parent
aac9f1d79f
commit
0160436a58
1 changed files with 1 additions and 5 deletions
|
@ -573,11 +573,7 @@ local function create_header_widget(widget_definition, scenegraph_id)
|
|||
max_width = 600,
|
||||
cursor_offset = {27, 27},
|
||||
cursor_offset_bottom = {27, 27},
|
||||
cursor_offset_top = {27, -27},
|
||||
line_colors = {
|
||||
Colors.get_color_table_with_alpha("cheeseburger", 255),
|
||||
Colors.get_color_table_with_alpha("white", 255)
|
||||
}
|
||||
cursor_offset_top = {27, -27}
|
||||
},
|
||||
|
||||
-- DEBUG
|
||||
|
|
Loading…
Add table
Reference in a new issue