-
Notifications
You must be signed in to change notification settings - Fork 259
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
Remove spaces between tabs #331
Comments
Hi, @pkropachev did you try this in the latest version? |
Hi! |
Hey, @JAugusto42! I'm in Arch Linux and I have the same issue. I have the window borders disabled, but they showed up after upgrading to v2.0.1. |
@JAugusto42 are you not seeing this on your desktop? I definitely see it on my mac, but it's a little wonky. I'll go downstairs and check it out in the inspector on my linux box when I get a chance. |
Hey @pkropachev |
@mattrose not occur with me, maybe its the theme..... |
This is how it looks to me on Arch Linux with i3-wm: Note the thickness of the vertical border between the terminals, which used to look the same as the horizontal.
I have the window borders and titlebar disabled. Thank you for your time and I hope I can be of any help. |
@mylk Was this also the case in earlier versions or did it came with 2.0.1? |
Hey @Brambleberry4. The border looked great on 1.92 and changed as soon as I upgraded to 2.0.1. I never had the 2.0 but went straight to 2.0.1, if it gives any clue. This is the package manager log entry (
|
@mylk I am a new contributor, so I am not the most experienced one. When the problem does not occure before than something changed in the last updates. If I look in the release notes of 2.0.1 the change that makes the most sense to me is the fix of #225 (Multi tab breaks transparent background) so maybe something broke in the fix of this problem. At least that would be my first idea. |
could you go back to version 2.0 and look if the problem still occur? @mylk |
@Brambleberry4, yes thats a good idea! I cloned the repo and checked out to the last 3 tags (including 1.92) and all have the same issue. Any chances the update to 2.0.1 to modify any setting file that could also affect the other versions I tested too? Otherwise, its really possible that another package did the blunder. I'm gonna rollback any package updates that may seem suspicious and send an update. Thanks for your time! |
@pkropachev I looked in the virtual machine and indeed in Ubuntu this case occurs. @mylk I think your problem is not the tab tiling. Is it possible that the white stripe in the middle comes from the activated scroll bar? deactivate it and let me know if that solves the problem because by default the scroll bar can be seen. |
@Brambleberry4, thought it has to be the same with @pkropachev because it happened at the same time, but, yes it may be another case. So, I won't make the current issue a mess, but i'll make a comment if I found what causes my case. Unfortunately, I've always had the scrollbars disabled, so it has to be something else. |
Okay @mylk but please let me know when you found out |
I downgraded a few packages I thought may be related but it didn't work out. Thanks for now and I'll let you know if I find a solution in the future. |
@mylk, this is actually a different issue than the one that is initially complained about. And I'm pretty sure this is caused by #193. If you update to current master, you'll probably notice the horizontal separator is also changed from #247. This is pretty much by design, as GTK stopped support for allowing you to specify the handle width on paned separators, and the default separator width didn't allow you to select the first column of the terminal window, meaning it was a real pain to copy and paste from a multi-pane window. |
@mattrose, thanks for clearing it up! |
So, on the original problem, (spacing between tabs) this is definitely a GTK change, not a Terminator change. We leave this setting alone. So, as a workaround you can add the following to
and that will remove the spacing between the tabs. I'm going to look into this further, because I should be able to set it as a property for those tabs specifically |
Just looked at gnome-terminal, and it has the same spacing between tabs, and given we take our UI cues from gnome-terminal, I think I may just leave it as is. I don't want to make Terminator too much of a special snowflake where styling is concerned. If anyone can come up with a good way of integrating the styling I may look at it, but I'm tempted to just close this. |
Hi @Brambleberry4! Hi @mattrose! |
All right, closing this then |
Hi!
I'm using Ubuntu 20.04 and Terminator 1.91. In Ubuntu 20.04, there are spaces between tabs and borders of the main window.
Could you please advise if there is some way to remove these spaces?
I don't see such problem in Ubuntu 18.04.
The text was updated successfully, but these errors were encountered: