From owner-svn-ports-all@freebsd.org Tue Jan 10 17:37:08 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D7EF6CAA1AC; Tue, 10 Jan 2017 17:37:08 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9C20E1F4A; Tue, 10 Jan 2017 17:37:08 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0AHb7Oj092076; Tue, 10 Jan 2017 17:37:07 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0AHb7uj092075; Tue, 10 Jan 2017 17:37:07 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201701101737.v0AHb7uj092075@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Tue, 10 Jan 2017 17:37:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r431103 - head/x11/xfce4-terminal/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jan 2017 17:37:08 -0000 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.