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

Slider rendering incorrectly when window maximized #1223

Closed
RajaSrinivasan opened this issue Jul 28, 2020 · 1 comment
Closed

Slider rendering incorrectly when window maximized #1223

RajaSrinivasan opened this issue Jul 28, 2020 · 1 comment
Labels
bug Something isn't working
Milestone

Comments

@RajaSrinivasan
Copy link

Describe the bug:

The slider widget has displays an indicator at the current value of this slider. When the window size changes as in maximizing the window, the overall length of the slider adjusts correctly but the current value indicator does not.

To Reproduce:

Steps to reproduce the behaviour:
Add a slider to a window with a small window size - with a default value. E.g. Slider(0.0,1.0) and a default of 0.5
Maximize the window

Screenshots:

image

when maximized:
image

Example code:

Device (please complete the following information):

  • Fyne version: 1.3.2
@andydotxyz andydotxyz changed the title Slider rendering incorrectly when window size changes Slider rendering incorrectly when window maximized Jul 28, 2020
@andydotxyz andydotxyz added the bug Something isn't working label Jul 28, 2020
@andydotxyz andydotxyz added this to the 1.3.x milestone Jul 28, 2020
@andydotxyz
Copy link
Member

andydotxyz commented Aug 4, 2020

On release/v1.3.3 branch for testing, should go out this week (change 9dd8adb)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants