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

Use Segoe UI on windows by default #557

Merged
merged 1 commit into from May 10, 2023
Merged

Conversation

MatkovIvan
Copy link
Member

Proposed Changes

Segoe UI is the Windows system font, so try it first.
See https://learn.microsoft.com/en-us/windows/win32/uxguide/vis-fonts

Testing

Test: Run mpp on Windows

Issues Fixed

Fixes JetBrains/compose-multiplatform#2985

@MatkovIvan MatkovIvan requested review from m-sasha and igordmn May 9, 2023 13:56
@MatkovIvan MatkovIvan merged commit 24ee117 into jb-main May 10, 2023
2 checks passed
@MatkovIvan MatkovIvan deleted the ivan.matkov/win-font branch May 10, 2023 07:10
igordmn pushed a commit that referenced this pull request Jun 23, 2023
When generating an `equals` method from `commonMain` code, Studio suggests the usage of `if (other == null || this::class != other::class) return false` instead of `if (javaClass != other?.javaClass) return false`. I'm just calling this out because of the following line:

https://github.com/androidx/androidx/blob/88877d72f62df51fc9dd040da322c9046aa81f67/paging/paging-common/src/main/kotlin/androidx/paging/TransformablePage.kt#L90-L93

Test: ./gradlew test connectedCheck
Bug: 270612487

This is an imported pull request from androidx#557.

Resolves #557
Github-Pr-Head-Sha: 46f0a47
GitOrigin-RevId: 6174fc5
Change-Id: I3cea473d5c722a3f4e4a212e36db253de976670e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants