Home | History | Annotate | Download | only in tabs

Lines Matching refs:hot_width

780     const int hot_width = tab->width() / 3;
782 if (x < tab->x() + hot_width)
784 else if (x >= tab_max_x - hot_width)