Searched refs:width_to_remove_per_tab (Results 1 – 1 of 1) sorted by relevance
6057 …float width_to_remove_per_tab = ImMin(width_excess / tab_count_same_width, width_to_remove_per_tab… in TabBarLayout() local6059 width_sort_buffer[tab_n].Width -= width_to_remove_per_tab; in TabBarLayout()6060 width_excess -= width_to_remove_per_tab * tab_count_same_width; in TabBarLayout()