summaryrefslogtreecommitdiffstats
path: root/install/ui/dialog.js
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-09-27 16:19:51 -0500
committerEndi S. Dewata <edewata@redhat.com>2011-09-29 16:58:05 +0000
commit91de76f8b13d4c4d121d7bf2593fe941d265eb4e (patch)
tree86bf98e48e5c9b8937a581b6f46b8093a7c78128 /install/ui/dialog.js
parentce431be7956056a0e906e5e1ed693966244ac094 (diff)
downloadfreeipa-91de76f8b13d4c4d121d7bf2593fe941d265eb4e.tar.gz
freeipa-91de76f8b13d4c4d121d7bf2593fe941d265eb4e.tar.xz
freeipa-91de76f8b13d4c4d121d7bf2593fe941d265eb4e.zip
Fixed tab and dialog widths.
The width of the 1st level tab has been modified to expand according to the size of the tab label. The width of the adder dialogs have been increased to allow longer button labels. Ticket #1825
Diffstat (limited to 'install/ui/dialog.js')
-rw-r--r--install/ui/dialog.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ui/dialog.js b/install/ui/dialog.js
index f594a6c27..50bb194b3 100644
--- a/install/ui/dialog.js
+++ b/install/ui/dialog.js
@@ -34,7 +34,7 @@ IPA.dialog = function(spec) {
that.name = spec.name;
that.id = spec.id;
that.title = spec.title;
- that.width = spec.width || 400;
+ that.width = spec.width || 500;
that.height = spec.height;
that.buttons = {};