Skip to content

Commit

Permalink
Remove range header font size restrictions
Browse files Browse the repository at this point in the history
  • Loading branch information
adiletelf committed Jul 29, 2024
1 parent 3967082 commit 4dbb131
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## 2.5.7
* Fix rendering visual when scroll is enabled. Fix scroll arrows not being clicked
* Remove range header font size restrictions

## 2.5.6
* Fix ignoring filters when "Force selection" is enabled. "Force selection" will automatically disable if filters select another period
Expand Down
4 changes: 0 additions & 4 deletions src/timeLineSettingsModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,10 +195,6 @@ export class RangeHeaderSettingsCard extends Card {
displayName: "Text Size",
displayNameKey: "Visual_TextSize",
value: TextSizeDefaults.Default,
options: {
minValue: { value: TextSizeDefaults.Min, type: ValidatorType.Min },
maxValue: { value: TextSizeDefaults.Max, type: ValidatorType.Max },
}
});

topLevelSlice = this.show;
Expand Down

0 comments on commit 4dbb131

Please sign in to comment.