Changed f to F
This commit is contained in:
committed by
GitHub
parent
e35ef0f7db
commit
c3d04a530f
@@ -398,7 +398,7 @@ public class TargetTableHeader extends AbstractTableHeader {
|
|||||||
getFilterDroppedInfo().setSizeFull();
|
getFilterDroppedInfo().setSizeFull();
|
||||||
getFilterDroppedInfo().addComponent(filteredDistLabel);
|
getFilterDroppedInfo().addComponent(filteredDistLabel);
|
||||||
getFilterDroppedInfo().addComponent(filterLabelClose);
|
getFilterDroppedInfo().addComponent(filterLabelClose);
|
||||||
getFilterDroppedInfo().setExpandRatio(filteredDistLabel, 1.0f);
|
getFilterDroppedInfo().setExpandRatio(filteredDistLabel, 1.0F);
|
||||||
eventbus.publish(this, TargetFilterEvent.FILTER_BY_DISTRIBUTION);
|
eventbus.publish(this, TargetFilterEvent.FILTER_BY_DISTRIBUTION);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user