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 18:06:26 +0300
committerMichal Čihař <michal@cihar.com>2017-11-28 18:07:08 +0300
commit48c0a1081d3cceaf44d884925b0bdcac7a6f9122 (patch)
treee15c56ec5824961a4b0e65254368cda426d0e117 /doc
parentd76606a86978779d29bb2250ec5b2ebc77ba43d9 (diff)
Remember state of navigation panel
The NavigationPanel width is now 0 when panel should be collapsed. Issue #13466 Fixes #13397 Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/config.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/config.rst b/doc/config.rst
index e6be9dd8ba..34c5b54041 100644
--- a/doc/config.rst
+++ b/doc/config.rst
@@ -2094,12 +2094,12 @@ Navigation panel setup
Whether to show events under database in the navigation panel.
-.. config:option:: $cfg['NavigationWdith']
+.. config:option:: $cfg['NavigationWidth']
:type: integer
:default: 240
- Navigation panel width.
+ Navigation panel width, set to 0 to collapse it by default.
Main panel