The Wayback Machine - https://web.archive.org/web/20220321232926/https://github.com/CodeEditApp/CodeEdit/issues/100
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

[FEAT] - Use compact list items in sidebar Project navigator #100

Open
austincondiff opened this issue Mar 19, 2022 · 2 comments
Open

[FEAT] - Use compact list items in sidebar Project navigator #100

austincondiff opened this issue Mar 19, 2022 · 2 comments

Comments

@austincondiff
Copy link
Collaborator

@austincondiff austincondiff commented Mar 19, 2022

Notice the height of each item in Xcode is 22px while in CodeEdit it is 28. We need to use a more compact item size to match. This will be useful in large projects. This should also be a setting so that the user could choose list item density across the app (will affect more than just the project navigator). The default should be compact.

@austincondiff austincondiff added this to To do in Release 1.0 Mar 19, 2022
@lukepistrol lukepistrol self-assigned this Mar 19, 2022
@lukepistrol
Copy link
Collaborator

@lukepistrol lukepistrol commented Mar 19, 2022

Is the font size right, so just a padding issue of the Text?

@lukepistrol
Copy link
Collaborator

@lukepistrol lukepistrol commented Mar 20, 2022

I investigated this a little and it does not seem that this can be changed in SwiftUI.

tried:

  • applying negative padding
  • setting a fixed height
  • changing font and icon size down
@lukepistrol lukepistrol removed their assignment Mar 20, 2022
@lukepistrol lukepistrol changed the title Use compact list items in sidebar Project navigator [FEAT] - Use compact list items in sidebar Project navigator Mar 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment