microsoft / terminal

The new Windows Terminal and the original Windows console host, all in the same place!
MIT License
94.88k stars 8.22k forks source link

UI nits from WinUI Controlsv2 #12400

Open zadjii-msft opened 2 years ago

zadjii-msft commented 2 years ago

In Terminal 1.13 we updated our version of WinUI to closer align with the Windows 11 styles. (in technical terms, we updated to ControlsV2). This had a variety of minor visual artifacts associated with it:

Relevant PRS:

vefatica commented 2 years ago

Now the release version is suffering. Black seems a bad choice for the background of the tab portion of the window. The icon for opening the dropdown menu (down arrowhead?) is too small.

image

DHowett commented 2 years ago

Unfortunately for us, those colors were chosen under official guidance from the UI folks.

vefatica commented 2 years ago

How about the size of the symbol on the dropdown menu's icon? It's not the same size as the symbols on the icons for new tab, minimize, maximize, and close (compare to previous UI version). It just looks like a mistake!

Tropix126 commented 2 years ago

Could the padding with the settings UI be increased? On larger window sizes it begins to look really cramped with almost no space between the title and content, and also seems to be inconsistent with other WinUI apps.

Current image

Clock app image

XAML Controls Gallery image

Store image

The WinUI design toolkit generally uses 56x44px padding across NavigationView: image