You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unrelated to the issue, I think we need to come up with a name we use to call those taskbar buttons (maybe look around Windows dev docs to find out how they're called?)
When it reaches a specific size (eg 80px) stop making controls smaller
Probably something like
varmaxButtonWidth=availableSpace/amountOfPrograms;varactualButtonWidth=Math.Min(maxButtonWidth,100/*pixels*/);// take default size or smallervardoWrap=maxButtonWidth<80/*pixels*/;if(doWrap)/* split list of programs into pages... */
Create a second tab bar
Could work, there are other approaches to take though, like resetting the displayed buttons or hiding/showing them (while locking UI updates to prevent flicker and unnecessary repaints).
The text was updated successfully, but these errors were encountered: