Merge branch 'QA_4_7'

This commit is contained in:
Michal Čihař 2017-07-17 17:09:33 +02:00
commit 964f3d8963
2 changed files with 2 additions and 2 deletions

View File

@ -35,6 +35,7 @@ phpMyAdmin - ChangeLog
- issue #13475 Fixed export without backquotes
- issue #13482 Improved handling of uploaded files with open_basedir
- issue #13387 Fixed inline editing of hex values
- issue #13382 Fixed size of index edit dialog
4.7.2 (2017-06-29)
- issue #13314 Make theme selection keep current server

View File

@ -3888,8 +3888,7 @@ function indexEditorDialog(url, title, callback_success, callback_failure)
.append(data.message)
.dialog({
title: title,
width: 450,
height: 350,
width: 'auto',
open: PMA_verifyColumnsProperties,
modal: true,
buttons: button_options,