Futura-Py / FluxCalc

FluxCalc, a calculator with a tiny bit of Fluent design
MIT License
73 stars 9 forks source link

Revert my last pr #26

Closed not-nef closed 2 years ago

not-nef commented 2 years ago

Ok, so, i investigated in this topic a little bit further (I think you say it like that) and found out, that the buttons actually dont change position when dark mode is enabled. The contrast between the border color of the white buttons and the white background is just so low, that they appear 1px smaller than they actually are, which is the reason that the dark buttons look like they are closer to each other. I will attach a video that shows this. Sorry for the inconvenience.

https://user-images.githubusercontent.com/83908932/163678536-d5cc54dc-d935-4850-9319-ade9ee2a0c15.mp4

HuyHung1408 commented 2 years ago

No problems!

rdbende commented 2 years ago

Btw, I recommend you to use the grid layout nanager instead of place. It's lot faster when you get used to it, and much more flexible and responsive, and you don't have to bother with measuring and specifying everything in pixels.

not-nef commented 2 years ago

Thanks, will transfer to grid sometime