1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00

'MiscSlimTabs' option is now compatible with Gtk+ >= 3.18 (forget

in revision r431102).
This commit is contained in:
Olivier Duchateau 2017-01-10 17:37:07 +00:00
parent d9683b9cf1
commit 42c6a874ef
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=431103

View File

@ -1,10 +1,9 @@
To reduce the height of tabs, create ~/.config/gtk-3.0/gtk.css file with
the following content:
To reduce the height of tabs, add the hidden 'MiscSlimTabs' option
in ~/.config/xfce4/terminal/terminalrc.
TerminalWindow GtkNotebook.notebook {
padding-top: 0;
padding-bottom: 0;
}
MiscSlimTabs=TRUE
Don't active the hidden MiscSlimTabs option in terminalrc. It requires
Gtk+ >= 3.20
By default this option is not defined.
Keep in mind, when you change an option in Preferences window, this file
is overwritten.