Feature #42

avatar

Tab size

Added by Jeffrey M Richardson 755 days ago.

Status:New Start:
Priority:Normal Due date:
Assigned to:avatarMirco Bauer % Done:

0%

Category:Frontend GNOME
Target version:-
Resolution:

Complexity:

Votes: 0

Description

Have tabs sized by having a predefined minimum and maximum size, and then deturmining the actual size by deviding the available space by the number of tabs, within the predefined limits.

TabSize = TabAreaSize / TabItemCount;
TabSize = Max(TabSize, MinSize);
TabSize = Min(TabSize, MaxSize);

Also available in: Atom PDF