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

fix: set default font size for electron #815

Merged
merged 1 commit into from
Apr 13, 2022
Merged

Conversation

yantze
Copy link
Member

@yantze yantze commented Apr 12, 2022

Types

  • 💄 Style Changes

Background or solution

image

Changelog

set default font size for electron

@codecov-commenter
Copy link

Codecov Report

Merging #815 (5728b7b) into main (c512d51) will decrease coverage by 0.00%.
The diff coverage is 67.60%.

@@            Coverage Diff             @@
##             main     #815      +/-   ##
==========================================
- Coverage   58.56%   58.56%   -0.01%     
==========================================
  Files        1211     1211              
  Lines       75003    75048      +45     
  Branches    15593    15613      +20     
==========================================
+ Hits        43929    43955      +26     
- Misses      28319    28335      +16     
- Partials     2755     2758       +3     
Impacted Files Coverage Δ
...ackages/debug/src/browser/debug-session-manager.ts 67.00% <0.00%> (-0.23%) ⬇️
...ges/editor/src/browser/workbench-editor.service.ts 62.68% <0.00%> (-0.07%) ⬇️
...c/browser/abstract-resource-preference-provider.ts 83.33% <0.00%> (+0.09%) ⬆️
packages/search/src/common/content-search.ts 67.90% <ø> (ø)
...xt/src/browser/services/file-tree-model.service.ts 53.87% <31.25%> (-0.02%) ⬇️
...ages/file-service/src/node/file-service-watcher.ts 68.88% <40.00%> (-2.30%) ⬇️
...rences/src/browser/folders-preferences-provider.ts 65.77% <50.00%> (-0.90%) ⬇️
...kages/components/src/recycle-tree/tree/TreeNode.ts 77.26% <75.00%> (-0.29%) ⬇️
packages/search/src/browser/search.service.ts 41.25% <75.00%> (-0.10%) ⬇️
...es/file-tree-next/src/browser/file-tree.service.ts 62.58% <82.60%> (+0.25%) ⬆️
... and 5 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0b9316c...5728b7b. Read the comment docs.

@bytemain bytemain merged commit 432777c into main Apr 13, 2022
@bytemain bytemain deleted the chore/style/font-size branch April 13, 2022 03:25
webviewTag: true,
contextIsolation: false,
defaultFontSize: 14,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

13?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

那我先在 electron 集成包里改成 13

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

我重新提一个

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] electron 下调试界面的字体显示比较大
4 participants