Feature #42
Tab size
| Status: | Rejected | Start: | ||
| Priority: | Normal | Due date: | ||
| Assigned to: | % Done: | 0% |
||
| Category: | Frontend GNOME | |||
| Target version: | - | |||
| Complexity: | ||||
| Votes: | 1 (View) |
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);
Related issues
| related to Smuxi Issues [FROZEN ARCHIVE] - Feature #107 | treeview chat list as alternative to tab chat list | Closed |
History
Updated by Mirco Bauer 4175 days ago
- Status changed from New to Rejected
This is now obsolete with the new chat tree/list as of Smuxi 0.10-dev. See #107