https://github.com/wxWidgets/wxWidgets/pull/25579
(2 files)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
@MaartenBent pushed 1 commit.
—
View it on GitHub or unsubscribe.
You are receiving this because you are subscribed to this thread.
I haven't tested if this looks correctly on linux/macOS.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
Unfortunately this doesn't look great under Linux (wxGTK, 200% DPI): this is how it looks in master:
and this is how it looks with this PR:
The arrows are clearly scaled, but now they also have too big margins around them. Can this be easily fixed (I didn't look at the code at all to be honest)?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
The arrows are clearly scaled, but now they also have too big margins around them. Can this be easily fixed (I didn't look at the code at all to be honest)?
It now uses the image width (16dip px I guess), and left and right of the image a 'gutter' of max(3, imagewidth/3). Previously it was a fix image with of 9 px.
Maybe the gutter size can be reduced. I'll try some things.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
Sorry, this is not urgent at all but I wanted to ask if you still plan to try something here or should I find some way to reduce the margins myself?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
@MaartenBent pushed 4 commits.
—
View it on GitHub or unsubscribe.
You are receiving this because you are subscribed to this thread.
I committed a fix. Seems the gutter is mostly useless now after using the real size of the expander icons.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
Great, thanks a lot! Will merge soon.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
Merged #25579 into master.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.