Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix White space (bottom right of Application Tab) #2120

Merged
merged 2 commits into from
Jun 25, 2024

Conversation

MyDrift-user
Copy link
Contributor

When I use WinUtil in dark mode I always get a small offcolored rectangle on the bottom right of the toolbox. I did following things to fix it:

  • created rectangle, color it with backgroundcolor and place it at the blank space.
  • added xName to Application ScrollViewer to get the state of it's scrollbars
  • added style for rectangle that triggers it to show if both scrollbars are visible

Before:
image

After:
image

bc of the trigger the rectangle will not show if not needed so it won't brake anything else.

- added rectangle with backgroundcolor
- added xName for Application ScrollViewer for identification
- added style to rectangle to show itself if horizontal & vertical scrollviewers are shown
@blusewill
Copy link
Contributor

The file you just edited it's auto generated. You should be looking other files that contains the code

@MyDrift-user MyDrift-user marked this pull request as draft June 20, 2024 05:07
@MyDrift-user MyDrift-user marked this pull request as ready for review June 20, 2024 09:16
@og-mrk
Copy link
Contributor

og-mrk commented Jun 20, 2024

The file you just edited it's auto generated. You should be looking other files that contains the code

It actually isn't an auto generated file, you can look at these lines of code inside the Compile.ps1 script, which in the first 2 lines of the ones I've referenced, you'll notice that input.xaml is actually used as an input to determine how will the GUI look & behave.

Hope this provides some clarity on this subject, and if you have any questions in mind, feel free to ask them here, or more preferably through GitHub's discussions feature.

@blusewill
Copy link
Contributor

This is called don't get too outdated in winutil moment XDDD

@ChrisTitusTech ChrisTitusTech merged commit 98f8b07 into ChrisTitusTech:main Jun 25, 2024
@MyDrift-user MyDrift-user deleted the WhiteSpaceFix branch June 29, 2024 13:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants