lepoco / lepoco/wpfui

<ui:window> and <ui:progressbar> related problems

Open
#319 1 comment 0 reactions 1 assignee View on GitHub

@pomianowski is already working on this.

Since Aug 1, 2022.

bug controls help_wanted styles
Dominant language
C#
Stars
9.6k
Forks
1k
PR merge metrics
No merged PRs in 30d

Description

Describe the bug
A.
When the app is launched in the maximized state, it takes up the entire screen, not just the workarea.
When restore the window after start in the maximized state, its height and width are not the specified values.

B.
When the inside of the progress bar is filled with color, the ends are flat, not circular.

To Reproduce
Steps to reproduce the behavior:
A.
1. Create an app with:

<ui:window
Height="{Binding Source={x:Static local:Settings.Default}, Path=WindowHeight, Mode=TwoWay}" 
Width="{Binding Source={x:Static local:Settings.Default}, Path=WindowWidth, Mode=TwoWay}" 
Left="{Binding Source={x:Static local:Settings.Default}, Path=WindowLeft, Mode=TwoWay}"
Top="{Binding Source={x:Static local:Settings.Default}, Path=WindowTop, Mode=TwoWay}"
WindowState="{Binding Source={x:Static local:Settings.Default}, Path=WindowState, Mode=TwoWay}"
 ...........
 >
  2. Maximize the app and restart it.

B. Create an app with progress bar and open it.

Expected behavior
A. Behave as Edge dose.

B. When the inside of the progress bar is filled with color, the ends are circular.

Screenshots
B. The left end is flat(the right end as well):
image

Desktop (please complete the following information):

  • .NET: [net 6.0 - windows 11]
  • Version: [2.0.2]

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.