Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2017-11-28 17:33:35 +0300
committerMichal Čihař <michal@cihar.com>2017-11-28 17:36:08 +0300
commit216f403c28aac70980f1a5fc83a0d6660bb94150 (patch)
tree280bbee6a65ecb20c7422c6a81aee0d58729934b /doc
parent263722fef8f69a15976c4cf2849ccd99d2770417 (diff)
Store navigation width in user preferences
There is no need to have this separetely. Issue #13466 Issue #11688 Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/config.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/config.rst b/doc/config.rst
index 1c5780b1a9..e6be9dd8ba 100644
--- a/doc/config.rst
+++ b/doc/config.rst
@@ -2094,6 +2094,13 @@ Navigation panel setup
Whether to show events under database in the navigation panel.
+.. config:option:: $cfg['NavigationWdith']
+
+ :type: integer
+ :default: 240
+
+ Navigation panel width.
+
Main panel
----------