Git commit 3cdd39f19a43e13855db2e5795df3ae0d68f33e4 by Yuri Chornoivan. Committed on 01/10/2020 at 05:49. Pushed by yurchor into branch 'master'.
Add new configuration options for tabs to the docs M +12 -0 doc/kate/configuring.docbook https://invent.kde.org/utilities/kate/commit/3cdd39f19a43e13855db2e5795df3ae0d68f33e4 diff --git a/doc/kate/configuring.docbook b/doc/kate/configuring.docbook index 8c23a6158..48d10f540 100644 --- a/doc/kate/configuring.docbook +++ b/doc/kate/configuring.docbook @@ -176,6 +176,18 @@ reasonably sized.</para></listitem> <guilabel>Limit number of tabs</guilabel></term> <listitem><para>Set the maximum number of tabs. Choose <guimenuitem>Unlimited</guimenuitem> if you do not want to restrict this number.</para></listitem> </varlistentry> + +<varlistentry> +<term><anchor id="config-general-show-close-button"/> +<guilabel>Show close button</guilabel></term> +<listitem><para>When checked each tab will display a close button.</para></listitem> +</varlistentry> + +<varlistentry> +<term><anchor id="config-general-expand-tabs"/> +<guilabel>Expand tabs</guilabel></term> +<listitem><para>When checked tabs take as much size as possible.</para></listitem> +</varlistentry> </variablelist> </listitem>
