Skip to content

Commit 5882da3

Browse files
committed
Fix cumulative profit chart height
1 parent 72c3b98 commit 5882da3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ftui/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.10"
1+
__version__ = "0.1.11"

ftui/freqtext.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ ListView Label {
121121
}
122122

123123
#dsh-chart-container {
124-
height: 32;
124+
height: 33;
125125
padding-left: 2;
126126
}
127127

0 commit comments

Comments
 (0)