Xfce Forum

Sub domains
 

You are not logged in.

#1 2016-11-07 15:52:50

tjkopena
Member
Registered: 2016-11-07
Posts: 2

Terminal Tab Titles Too Tall

Some time recently after an upgrade (Arch Linux), the XFCE terminal's tabs gained a bunch of blank space and became too tall:

Screenshot_2016-11-07_10-46-29.png

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

#2 2016-11-07 18:09:22

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 10,948

Re: Terminal Tab Titles Too Tall


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

#3 2016-11-07 18:14:40

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 10,948

Re: Terminal Tab Titles Too Tall

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

#4 2016-11-07 21:51:55

tjkopena
Member
Registered: 2016-11-07
Posts: 2

Re: Terminal Tab Titles Too Tall

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

#5 2016-11-08 01:15:21

infinite
Member
Registered: 2015-11-03
Posts: 91

Re: Terminal Tab Titles Too Tall

Quicker, use a gtk2 terminal like roxterm-gtk2 or lxterminal.

Offline

Board footer

Powered by FluxBB