Commit 1f3ac7c757177c57fe6714f80ab273fb96d1a3da

Authored by tatiana
1 parent a0a30847

ENH: Dicom preview text size

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
invesalius/constants.py
@@ -28,7 +28,8 @@ from project import Project @@ -28,7 +28,8 @@ from project import Project
28 #--------------- 28 #---------------
29 29
30 # VTK text 30 # VTK text
31 -TEXT_SIZE = 14 31 +TEXT_SIZE_SMALL = 11
  32 +TEXT_SIZE = 12
32 TEXT_SIZE_LARGE = 16 33 TEXT_SIZE_LARGE = 16
33 TEXT_COLOUR = (1,1,1) 34 TEXT_COLOUR = (1,1,1)
34 35