From 5eba2ffddd981d200168d7751a92ac7c83ff1422 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Tue, 27 Sep 2011 16:19:51 -0500 Subject: 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 --- install/ui/service.js | 1 - 1 file changed, 1 deletion(-) (limited to 'install/ui/service.js') diff --git a/install/ui/service.js b/install/ui/service.js index 87b0bbf20..3a7920c00 100644 --- a/install/ui/service.js +++ b/install/ui/service.js @@ -71,7 +71,6 @@ IPA.entity_factories.service = function() { standard_association_facets(). adder_dialog({ factory: IPA.service_add_dialog, - width: 500, height: 300 }). build(); -- cgit