Enyium

Results 99 comments of Enyium

I still get the erratic huge indent jumps in VS Code when selecting a block and pressing Ctrl+/, Ctrl+S.

At the end of a sequence of batched changes from holding the mouse button or arrow key, but also when `LineEdit` would call it (as long as there are real...

I was about to create another issue for the following, since I thought this issue was only about being able to hold the button to perform multiple changes. But rereading...

You added issue labels specifying this as a Windows bug. But I have no idea whether it works on the other OSs. [macOS](https://www.google.com/search?q=macOS+font+subpixel+antialiasing&udm=2) has subpixel font antialiasing; and with Linux,...

If, after using Skia in a way that activates ClearType, ClearType in Slint windows can't be deactivated anymore by changing the system setting, Slint should read the system setting [`SPI_GETFONTSMOOTHINGTYPE`](https://learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-systemparametersinfow)...

This may be the same as my PR #75. Over time, I still encountered rather rare cases where WhisperWriter was triggered without me hitting its hotkey, but I don't know...

The same problem exists vertically (separator line between widgets; no layout padding and spacing; [SlintPad](https://slintpad.com/?snippet=import+%7B+Button%2C+VerticalBox%2C+CheckBox+%7D+from+%22std-widgets.slint%22%3B%0A%0Acomponent+Seperator+%7B%0A++++Rectangle+%7B%0A++++++++background%3A+black%3B%0A++++++++height%3A+1phx%3B%0A++++%7D%0A%7D%0A%0Aexport+component+Demo+%7B%0A++++VerticalLayout+%7B%0A++++++++alignment%3A+start%3B%0A%0A++++++++Seperator+%7B%7D%0A++++++++CheckBox+%7B%0A++++++++++++text%3A+%22Foo%22%3B%0A++++++++%7D%0A++++++++Seperator+%7B%7D%0A++++++++CheckBox+%7B%0A++++++++++++text%3A+%22Foo%5Cnbar%22%3B%0A++++++++%7D%0A++++++++Seperator+%7B%7D%0A++++++++Text+%7B%0A++++++++++++text%3A+%22Foo%5Cnbar%22%3B%0A++++++++%7D%0A++++++++Seperator+%7B%7D%0A++++++++Button+%7B%0A++++++++++++text%3A+%22Foo%22%3B%0A++++++++%7D%0A++++++++Seperator+%7B%7D%0A++++%7D%0A%7D%0A&style=fluent-light)): ![checkbox-padding-problems](https://github.com/user-attachments/assets/0514401b-c3de-409e-8680-36f32c321378) This leads to an inconsistent look in my app where I have check boxes...

@FloVanGH: Please reopen. Your change doesn't address the vertical problems! See [this SlintPad demo](https://slintpad.com/?snippet=import+%7B+VerticalBox%2C+CheckBox%2C+Palette+%7D+from+%22std-widgets.slint%22%3B%0A%0Acomponent+Seperator+%7B%0A++++Rectangle+%7B%0A++++++++background%3A+Palette.border%3B%0A++++++++height%3A+1.2px%3B%0A++++++++border-radius%3A+self.height+%2F+2%3B%0A++++%7D%0A%7D%0A%0Aexport+component+Demo+%7B%0A++++VerticalBox+%7B%0A++++++++alignment%3A+start%3B%0A%0A++++++++CheckBox+%7B%0A++++++++++++text%3A+%22Yes+or+no%3F%22%3B%0A++++++++%7D%0A%0A++++++++CheckBox+%7B%0A++++++++++++text%3A+%22Okay%3F%22%3B%0A++++++++%7D%0A%0A++++++++Seperator+%7B%7D%0A%0A++++++++CheckBox+%7B%0A++++++++++++text%3A+%22You+can+have+it+two+different+ways%2C%5Cnand+you+have+to+decide+carefully%22%3B%0A++++++++%7D%0A%0A++++++++Seperator+%7B%7D%0A%0A++++++++HorizontalLayout+%7B%0A++++++++++++VerticalLayout+%7B%0A++++++++++++++++alignment%3A+center%3B%0A++++++++++++++++Rectangle+%7B%0A++++++++++++++++++++background%3A+lightgreen%3B%0A++++++++++++++++++++height%3A+10px%3B%0A++++++++++++++++%7D%0A++++++++++++%7D%0A++++++++++++VerticalLayout+%7B%0A++++++++++++++++alignment%3A+center%3B%0A++++++++++++++++Rectangle+%7B%0A++++++++++++++++++++background%3A+lightpink%3B%0A++++++++++++++++++++height%3A+30px%3B%0A++++++++++++++++%7D%0A++++++++++++%7D%0A++++++++%7D%0A%0A++++++++Seperator+%7B%7D%0A%0A++++++++HorizontalLayout+%7B%0A++++++++++++VerticalLayout+%7B%0A++++++++++++++++alignment%3A+center%3B%0A++++++++++++++++Rectangle+%7B%0A++++++++++++++++++++background%3A+lightgreen%3B%0A++++++++++++++++++++height%3A+30px%3B%0A++++++++++++++++%7D%0A++++++++++++%7D%0A++++++++++++VerticalLayout+%7B%0A++++++++++++++++alignment%3A+center%3B%0A++++++++++++++++Rectangle+%7B%0A++++++++++++++++++++background%3A+lightpink%3B%0A++++++++++++++++++++height%3A+10px%3B%0A++++++++++++++++%7D%0A++++++++++++%7D%0A++++++++%7D%0A++++%7D%0A%7D%0A&style=fluent-light): ![checkbox-problems](https://github.com/user-attachments/assets/7a9f0e6f-2420-4aba-add6-7eec9967ce6a) The one-line check box has a greater visual distance from the separator line than the...

> have you checked it on master? Yes. The indents to the left of check boxes are gone (so, what I see includes your changes), but the large gap between...

Thanks, I can't see any vertical problems anymore. But are you sure the gap between box and text isn't too large? It's smaller in other apps I checked, like Firefox...