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
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.
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.
The text was updated successfully, but these errors were encountered:
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.
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 theStackPanel
so that spacing is automatic.The text was updated successfully, but these errors were encountered: