@ -98,7 +98,7 @@ class TTkTheme():
#21 22 23 24 25 26 27 28 29 30
'=','=','\\','/','X','X','=','=','-','X',
#31 32 33 34 35 36 37 38 39 40
'<','>','|'
'<','>','|','|','-','-','X'
)
braille=(
@ -149,7 +149,7 @@ class TTkTheme():
'╚','╝','╰','╯','⣿','⣿','╒','╕','┴','X',
'◀','▶','╿'
'◀','▶','╿','╽','╼','╾','X'
''' Tab Examples
@ -489,4 +489,4 @@ class TTkTabWidget(TTkFrame):
if self.border():
self._canvas.drawBox(pos=(0,2),size=(self.width(),self.height()-2), color=self._borderColor, grid=9)
else:
self._canvas.drawText(pos=(0,1),text=tt[23] + tt[19]*(self.width()-2) + tt[24], color=self._borderColor)
self._canvas.drawText(pos=(0,1),text=tt[36] + tt[19]*(self.width()-2) + tt[35], color=self._borderColor)