Reduced font-size of outline numbers.
This commit is contained in:
parent
cc5ff21005
commit
875b7b2ddd
@ -352,7 +352,9 @@ angular.module('OpenSlidesApp.core.site', [
|
|||||||
lineNumberObject = {
|
lineNumberObject = {
|
||||||
width: 20,
|
width: 20,
|
||||||
text: lineNumberOutline,
|
text: lineNumberOutline,
|
||||||
color: "gray"
|
color: "gray",
|
||||||
|
fontSize: 8,
|
||||||
|
margin: [0, 2, 0, 0]
|
||||||
},
|
},
|
||||||
col = {
|
col = {
|
||||||
columns: [
|
columns: [
|
||||||
|
Loading…
Reference in New Issue
Block a user