From 0160436a58da6482d5e1268de3847650ff9f9d8d Mon Sep 17 00:00:00 2001 From: Azumgi Date: Sat, 27 Jan 2018 09:12:19 +0300 Subject: [PATCH] Disable first orange string for tooltip of header widget (options menu) --- vmf_source/scripts/mods/vmf/modules/vmf_options_view.lua | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/vmf_source/scripts/mods/vmf/modules/vmf_options_view.lua b/vmf_source/scripts/mods/vmf/modules/vmf_options_view.lua index 56adbe3..d706045 100644 --- a/vmf_source/scripts/mods/vmf/modules/vmf_options_view.lua +++ b/vmf_source/scripts/mods/vmf/modules/vmf_options_view.lua @@ -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