paul1956 / CSharpToVB

New version of CSharpToVB converter
MIT License
26 stars 9 forks source link

DarkMode - Slight tweaks #73

Closed DualBrain closed 3 years ago

DualBrain commented 3 years ago

I'm still trying to wrap my head around how to manage my fork compared to your changes; so have been experimenting locally with your repo instead of a fork. So the following changes were made in an effort to slightly improve the look of things as well as better handle certain cases where forcing Padding might not be a good idea.

ThemeSupport.vb

Form1.Designer.vb

ConversionInputPanelEx

ConversionInput

ConversionOutputPanelEx

ConversionOutput

FileListPanelEx

FileListListBox

ErrorListPanelEx

ErrorListListBox

Making these changes does seem to improve the look a bit. I'm currently exploring how to handle scrollbars... so will do a separate update regarding that (once I have it figured out).

paul1956 commented 3 years ago

Fixed