Skip to content

Commit 73c52ba

Browse files
authored
Timeline: Increase viewer font size (#110)
1 parent 3079c32 commit 73c52ba

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

lglpy/timeline/gui/resources/dark.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
/* Centralized settings. */
22
mtv-core {
33
fill-color: #262626;
4-
font-size: 11;
4+
font-size: 14;
55
}
66

77
/* ------------------------------------------------------------------------- */
88
/* Homescreen View */
99

1010
[mtv-core] homev-core {
1111
font-color: #b0b0b0;
12-
font-size: 13;
12+
font-size: 14;
1313
}
1414

1515
/* ------------------------------------------------------------------------- */

lglpy/timeline/gui/resources/light.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
/* Centralized settings. */
22
mtv-core {
33
fill-color: #e5e5e5;
4-
font-size: 11;
4+
font-size: 14;
55
}
66

77
/* ------------------------------------------------------------------------- */
88
/* Homescreen View */
99

1010
[mtv-core] homev-core {
1111
font-color: #404040;
12-
font-size: 13;
12+
font-size: 14;
1313
}
1414

1515
/* ------------------------------------------------------------------------- */

lglpy/timeline/gui/timeline/view.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class TLSpec:
7474
same screen space.
7575
'''
7676
CHANNEL_START_Y = 55
77-
CHANNEL_BOX_Y = 40
77+
CHANNEL_BOX_Y = 50
7878
CHANNEL_GAP_Y = 30
7979

8080
specMap = {} # type: dict[str, TLSpec]

0 commit comments

Comments
 (0)