You are not logged in.
Pages: 1
Topic closed
Offline
Were they smaller before? According to this, Terminator was recently updated to the GTK3 version in the repository (at least it seems so) and those tabs look like GTK3 tabs.
Try using a different theme or edit the tab styles yourself.
Offline
Ya - I'm wondering the same thing about the huge tab height, but haven't taken time to try to figure out if there is a way to shrink the space.
Offline
Szb recently edited a fix on the terminator wiki page, but it doesn't work for me. I also tried changing the `1px` and `2px` into `50px` to see if I could see any obvious change, but nothing happened.
Offline
The gtk config doesn't work for me either. Running terminator 1.91. I tried using absurd numbers as well to look for obvious change and there was none.
I'm running openbox using lxappearance to change themes and such. Even modifying the theme doesn't change the tab color. I'm guessing there is some underlying theme/gtk problem and not specific to the gtk config referenced here.
Offline
There is a typo in the wiki document. The file name should be "gtk.css" (not gtkcss). Also try with all the values set to "0px" to get the thinnest possible tab.
Offline
@toz Thank you! That works perfectly now. I've edited the wiki too.
Offline
Confirmed, the file name should be gtk.css, thx for correcting it.
Offline
I switched mine to this so that it would not affect other gtk3 applications
Added
.terminator-terminal-window
to the CSS selector.
.terminator-terminal-window notebook tab {
min-height: 0;
padding: 0px;
}
.terminator-terminal-window notebook tab button {
min-height: 0;
min-width: 0;
padding: 0px;
margin: 0px;
}
The tabs are small but the preferences windows are unaffected now.
Last edited by nhoel (2018-09-13 20:21:51)
Offline
Thanks for your contribution nhoel, but please note that this thread is over one year old. Please do not necrobump old threads.
Offline
Offline
Pages: 1
Topic closed