You are not logged in.
Pages: 1
Some time recently after an upgrade (Arch Linux), the XFCE terminal's tabs gained a bunch of blank space and became too tall:
Previously they were slim, only slightly bigger than the font, which was not in bold. This waste of screenspace is annoying on my laptop, how can I fix it? Doesn't seem to be affected by theme changes and I have not been able to track down any setting that controls or affects it. I assume there's something going on like a missing font, icon, etc..
Thx
Offline
See this bug report.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Using this snippet gets the tabs as small as I can get:
notebook tab {
min-height: 0;
padding-top: 0px;
padding-bottom: 0px;
}
notebook tab button {
min-height: 0;
min-width: 0;
padding: 0px;
margin-top: 0px;
margin-bottom: 0px;
}
notebook button {
min-height: 0;
min-width: 0;
padding: 0px;
}
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Thanks! Playing with themes did not do anything for me, but adding that code to my gtk.css did squash the empty space. Thx
Offline
Quicker, use a gtk2 terminal like roxterm-gtk2 or lxterminal.
Offline
Pages: 1
[ Generated in 0.007 seconds, 7 queries executed - Memory usage: 529.16 KiB (Peak: 530.45 KiB) ]