-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
Full-Width tabs disabled #57
Comments
Thanks for your report 👍 Can you please post some setup information like
so I can try to reproduce it? |
I had the seti-icons package enabled which was causing part of the issue. With it disabled it still looks like there is an issue: Atom version: 1.14.4 "*":
"atom-beautify":
general:
_analyticsUserId: "59b34174-1565-4602-a67e-9f89ddecde22"
core:
disabledPackages: [
"goto-definition"
"language-elm"
"language-elmx"
"linter"
]
telemetryConsent: "no"
themes: [
"nord-atom-ui"
"one-dark-syntax"
]
editor:
fontSize: 12
preferredLineLength: 100
showIndentGuide: true
tabLength: 4
"exception-reporting":
userId: "e94c6348-7cc9-b2b6-df64-88867be0175f"
minimap:
absoluteMode: true
"nord-atom-ui":
compactView: true
fileIcons: false
tabSizing: false
"one-light-ui":
layoutMode: "Compact"
welcome:
showOnStartup: false |
Thanks, I've tested this on macOS. I forgot that I've implemented this selector to move the close icon on tabs to the left when running on macOS. This can be fixed by setting Anyway, I'll try to fix it this weekend and merge it into the next version. |
I played around with the tab sizing rules and I'll just remove the platform-specific selector for now because a theme setting would cause more bugs. |
This should be implemented in the "tabs" core package. References: atom/tabs#378 atom/one-dark-ui#179
When will this be merged in plz? Thanks 👍 |
I'll do it this evening when I'm back home 😄 |
🚢 Shipped in /cc @peteringram0 |
Thanks, works like a charm :) |
When the full-width tabs are disabled the close button is on-top of the file type icon.
The text was updated successfully, but these errors were encountered: