]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-4416 Change default height of timeline widget to accomodate for change in rende...
authorJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Tue, 15 Oct 2013 13:29:11 +0000 (15:29 +0200)
committerJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Tue, 15 Oct 2013 13:29:11 +0000 (15:29 +0200)
plugins/sonar-core-plugin/src/main/java/org/sonar/plugins/core/widgets/TimelineWidget.java

index f9f89b071cec4346f21ff0c093d5651b111d8029..b35f91a8dbe114952819f5ab1ba3cc392860864a 100644 (file)
@@ -31,7 +31,7 @@ import org.sonar.api.web.WidgetPropertyType;
     @WidgetProperty(key = "metric2", type = WidgetPropertyType.METRIC, options = {WidgetConstants.FILTER_OUT_NEW_METRICS}),
     @WidgetProperty(key = "metric3", type = WidgetPropertyType.METRIC, options = {WidgetConstants.FILTER_OUT_NEW_METRICS}),
     @WidgetProperty(key = "hideEvents", type = WidgetPropertyType.BOOLEAN),
-    @WidgetProperty(key = "chartHeight", type = WidgetPropertyType.INTEGER, defaultValue = "80")
+    @WidgetProperty(key = "chartHeight", type = WidgetPropertyType.INTEGER, defaultValue = "180")
 })
 public class TimelineWidget extends CoreWidget {
   public TimelineWidget() {