From 1f3ac7c757177c57fe6714f80ab273fb96d1a3da Mon Sep 17 00:00:00 2001 From: tatiana Date: Tue, 26 Jan 2010 23:06:29 +0000 Subject: [PATCH] ENH: Dicom preview text size --- invesalius/constants.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/invesalius/constants.py b/invesalius/constants.py index 73881b4..576b956 100644 --- a/invesalius/constants.py +++ b/invesalius/constants.py @@ -28,7 +28,8 @@ from project import Project #--------------- # VTK text -TEXT_SIZE = 14 +TEXT_SIZE_SMALL = 11 +TEXT_SIZE = 12 TEXT_SIZE_LARGE = 16 TEXT_COLOUR = (1,1,1) -- libgit2 0.21.2