Revision 9326b841 src/gr/grnet/pithos/web/client/FilesPropertiesDialog.java

b/src/gr/grnet/pithos/web/client/FilesPropertiesDialog.java
57 57
 */
58 58
public class FilesPropertiesDialog extends AbstractPropertiesDialog {
59 59

  
60
//	private final TristateCheckBox versionedCheck;
61

  
62 60
	private final List<File> files;
63 61

  
64 62
	/**
......
78 76
		final VerticalPanel outer = new VerticalPanel();
79 77
		final FocusPanel focusPanel = new FocusPanel(outer);
80 78
		// Inner contains generalPanel and permPanel.
81
		inner = new DecoratedTabPanel();
82
		inner.setAnimationEnabled(true);
79
		inner = new VerticalPanel();
83 80

  
84
		inner.add(createGeneralPanel(), "General");
81
		inner.add(createGeneralPanel());
85 82

  
86
		inner.selectTab(0);
87 83
        outer.add(inner);
88 84

  
89 85
        final HorizontalPanel buttons = new HorizontalPanel();

Also available in: Unified diff