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

Tree view font size #1184

Closed
btstw opened this issue Jun 13, 2018 · 1 comment
Closed

Tree view font size #1184

btstw opened this issue Jun 13, 2018 · 1 comment

Comments

@btstw
Copy link

btstw commented Jun 13, 2018

Prerequisites

Description

I was using One Dark theme it can customize font size.
Since you already fix the font-size it might overwrite my theme font size setting.

Steps to Reproduce

  1. Use One Dark Theme
  2. Set font size : 14
  3. Open tree of remote ftp

Expected behavior: [What you expect to happen]

font size of remote ftp tree view should be same as the original tree view

Actual behavior: [What actually happens]
screenhunter_01 jun 13 17 27
screenhunter_02 jun 13 17 28

Reproduces how often: [What percentage of the time does it reproduce?]
100%

Versions

You can get this information from copy and pasting the output of atom --version from the command line. Also, please include the OS and what version of the OS you're running.

Additional Information

I fix this by modify remote-ftp.less in line 171
--font-size: @font-size;
++font-size: @ui-size;

@icetee icetee closed this as completed in d076d5e Jun 13, 2018
@icetee
Copy link
Owner

icetee commented Jun 13, 2018

I changed, thanks.

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

No branches or pull requests

2 participants