as font seems to be too small on device, I try out sp(24 instead of app.font_size)

This commit is contained in:
2024-05-01 00:08:06 +02:00
parent 427ca6cf84
commit 7d51b332d1
3 changed files with 27 additions and 7 deletions

View File

@@ -4,7 +4,6 @@ from rannum import RanNum
class RanKivApp(App):
font_size = NumericProperty(24)
def build(self):
self.ran_num = RanNum()