The branch, master has been updated
       via  624ec9c5f9ddeb2394b206ba38f500a7d5181f0a (commit)
      from  67339bab2aa1cc20b0ba0d55d7d6b5feb538607d (commit)


- Log -----------------------------------------------------------------
commit 624ec9c5f9ddeb2394b206ba38f500a7d5181f0a
Author: Marc Delisle <[email protected]>
Date:   Sat Feb 19 10:38:58 2011 -0500

    Make edit privileges panel more manageable

-----------------------------------------------------------------------

Summary of changes:
 js/server_privileges.js |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/js/server_privileges.js b/js/server_privileges.js
index a18ec9f..5fe8398 100644
--- a/js/server_privileges.js
+++ b/js/server_privileges.js
@@ -212,6 +212,7 @@ $(document).ready(function() {
                 width: 800,
                 // height is a workaround for this Chrome problem:
                 // http://bugs.jqueryui.com/ticket/4671
+                // also it's interesting to be able to scroll this window
                 height: 600,
                 modal: true,
                 buttons: button_options
@@ -322,6 +323,7 @@ $(document).ready(function() {
             .append(data)
             .dialog({
                 width: 900,
+                height: 600,
                 buttons: button_options
             }); //dialog options end
             displayPasswordGenerateButton();


hooks/post-receive
-- 
phpMyAdmin

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git

Reply via email to