Skip to content

Commit 013243d

Browse files
V1.03.01
Updated font to Tahoma size 9
1 parent 09c9b42 commit 013243d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

DBConverter.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
###################
2-
# VERSION 1.03.00 #
2+
# VERSION 1.03.01 #
33
###################
44

55
###################
@@ -11,6 +11,7 @@
1111
import csv
1212
from tkinter import *
1313
from tkinter import filedialog
14+
from tkinter import font
1415

1516
########################
1617
# VARIABLE DEFINITIONS #
@@ -288,6 +289,9 @@ def createScrollableContainer():
288289
checkButtonSelect.grid(row=1, column=1, ipadx=120, padx=10)
289290
checkButtonSelect.configure(state="disabled")
290291

292+
#CONFIGURING FONT
293+
defaultFont = font.nametofont("TkDefaultFont")
294+
defaultFont.configure(family="Tahoma", size=9)
291295

292296
##############
293297
# MAIN LOOPS #

0 commit comments

Comments
 (0)