codecadwallader / codemaid

CodeMaid is an open source Visual Studio extension to cleanup and simplify our C#, C++, F#, VB, PHP, PowerShell, JSON, XAML, XML, ASP, HTML, CSS, LESS, SCSS, JavaScript and TypeScript coding.
http://www.codemaid.net
GNU Lesser General Public License v3.0
1.88k stars 352 forks source link

Progress window text remains cut off #1036

Open lloydjatkinson opened 5 months ago

lloydjatkinson commented 5 months ago

Environment

Issues #984 #969 #801 all address mostly cut off text. I've been using CodeMaid a while and it seems that over the years the text has become more and more obscured. Some of the previous fixes increase the size of the window but this seems more of a workaround than an ideal solution.

image

I have created #1037 to fix this by removing the slightly redundant bottom margin. I think that a better solution would probably be to make use of Grid in the StackPanel so that spacing is automatic.