Fine tuned design
This commit is contained in:
parent
b58357927f
commit
ad79095a9d
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@ from Assets import defaultfontsize
|
|||
from GeckoCrypto import GeckoCrypto
|
||||
from settings import crypto_coins
|
||||
|
||||
xpadding = 5
|
||||
|
||||
class CryptoListDesign (DesignEntity):
|
||||
def __init__ (self, size, crypto, text_size = defaultfontsize):
|
||||
|
@ -18,6 +19,7 @@ class CryptoListDesign (DesignEntity):
|
|||
col_spacing = (self.size[0] / len(matrix[0])) * 0.5
|
||||
|
||||
table_design = TableDesign(self.size, matrix=matrix, col_spacing=col_spacing, fontsize = self.text_size, mask=False, truncate_rows=True)
|
||||
table_design.pos = (xpadding, 0)
|
||||
self.draw_design(table_design)
|
||||
|
||||
def __get_matrix__ (self):
|
||||
|
|
Loading…
Reference in a new issue