Searched refs:width_to_remove_per_tab_max (Results 1 – 1 of 1) sorted by relevance
6056 …float width_to_remove_per_tab_max = (tab_count_same_width < tab_bar->Tabs.Size) ? (width_sort_buff… in TabBarLayout() local6057 … width_to_remove_per_tab = ImMin(width_excess / tab_count_same_width, width_to_remove_per_tab_max); in TabBarLayout()