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
diff options
context:
space:
mode:
authorMadhura Jayaratne <madhura.cj@gmail.com>2013-01-14 19:18:56 +0400
committerMadhura Jayaratne <madhura.cj@gmail.com>2013-01-14 19:18:56 +0400
commit37a7aa920634d2b1d392cb88a5c390152bba2b44 (patch)
treed916f86887a671a066a617209cbbdd9c791811a1 /js/tbl_chart.js
parent91df297bb69fc167944edd2f447d9677dfb395e0 (diff)
Auto resize to use full width
Diffstat (limited to 'js/tbl_chart.js')
-rw-r--r--js/tbl_chart.js7
1 files changed, 4 insertions, 3 deletions
diff --git a/js/tbl_chart.js b/js/tbl_chart.js
index 7fa1fa1de3..aa7ea5cdbf 100644
--- a/js/tbl_chart.js
+++ b/js/tbl_chart.js
@@ -24,9 +24,10 @@ AJAX.registerOnload('tbl_chart.js', function() {
// from jQuery UI
$('#resizer').resizable({
- minHeight:240,
- minWidth:300
- });
+ minHeight: 240,
+ minWidth: 300
+ })
+ .width($('#div_view_options').width() - 50);
$('#resizer').bind('resizestop', function(event, ui) {
// make room so that the handle will still appear