SebastianBecker2 / PowerPlanSwitcher

Tray-Icon tool to show the currently selected windows power plan, switch it manually and automatically.
MIT License
34 stars 6 forks source link

there's one small oversight.(Split Borders of Vision) #7

Closed wuguo138428 closed 5 months ago

wuguo138428 commented 6 months ago

there's one small oversight. "PowerSchemeSelectorDlg.Designer.cs -> private void InitializeComponent()" add the following changes "BackColor = Color.DarkGray;" "Padding = new Padding(1);" Otherwise there will be mixing with the background(Split Borders of Vision)

Before change 屏幕截图 2024-05-13 142421 After the change 屏幕截图 2024-05-13 142941

SebastianBecker2 commented 6 months ago

I added a pre-release version with the changes: https://github.com/SebastianBecker2/PowerPlanSwitcher/releases/tag/v1.0.7.0-(visible-boarder) The changes in the branch: https://github.com/SebastianBecker2/PowerPlanSwitcher/tree/7-visible-boarder

I'm not 100% sure this is what you expected. Can you check if this is okay?