Date: Tue, 10 Jan 2017 17:37:07 +0000 (UTC) From: Olivier Duchateau <olivierd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r431103 - head/x11/xfce4-terminal/files Message-ID: <201701101737.v0AHb7uj092075@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: olivierd Date: Tue Jan 10 17:37:07 2017 New Revision: 431103 URL: https://svnweb.freebsd.org/changeset/ports/431103 Log: 'MiscSlimTabs' option is now compatible with Gtk+ >= 3.18 (forget in revision r431102). Modified: head/x11/xfce4-terminal/files/pkg-message.in Modified: head/x11/xfce4-terminal/files/pkg-message.in ============================================================================== --- head/x11/xfce4-terminal/files/pkg-message.in Tue Jan 10 17:17:36 2017 (r431102) +++ head/x11/xfce4-terminal/files/pkg-message.in Tue Jan 10 17:37:07 2017 (r431103) @@ -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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701101737.v0AHb7uj092075>