Changed f to F

This commit is contained in:
Jonathan Knoblauch
2016-06-15 13:45:50 +02:00
committed by GitHub
parent e35ef0f7db
commit c3d04a530f

View File

@@ -398,7 +398,7 @@ public class TargetTableHeader extends AbstractTableHeader {
getFilterDroppedInfo().setSizeFull();
getFilterDroppedInfo().addComponent(filteredDistLabel);
getFilterDroppedInfo().addComponent(filterLabelClose);
getFilterDroppedInfo().setExpandRatio(filteredDistLabel, 1.0f);
getFilterDroppedInfo().setExpandRatio(filteredDistLabel, 1.0F);
eventbus.publish(this, TargetFilterEvent.FILTER_BY_DISTRIBUTION);
}