diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index c951ca6..d4ffee0 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,7 +4,7 @@
-
+
@@ -15,6 +15,9 @@
+
+
+
@@ -100,13 +103,31 @@
1714488962508
-
+
+
+ 1714509795544
+
+
+
+ 1714509795544
+
+
+
+ 1714510610620
+
+
+
+ 1714510610620
+
+
-
+
+
+
\ No newline at end of file
diff --git a/main.py b/main.py
index 44ee896..cd16b35 100644
--- a/main.py
+++ b/main.py
@@ -4,7 +4,6 @@ from rannum import RanNum
class RanKivApp(App):
- font_size = NumericProperty(24)
def build(self):
self.ran_num = RanNum()
diff --git a/rankiv.kv b/rankiv.kv
index 5867ce9..43f8223 100644
--- a/rankiv.kv
+++ b/rankiv.kv
@@ -7,7 +7,7 @@
id: upper_boundary_input
multiline: False
halign: 'center'
- font_size: app.font_size
+ font_size: sp(24)
size_hint: .8, None
height: 42
hint_text: 'Gib eine Zahl ein!'
@@ -17,7 +17,7 @@
size_hint: None, .2
Button:
text: 'Generate!'
- font_size: app.font_size
+ font_size: sp(24)
size_hint: .5, None
pos_hint: {'x': .25}
on_release: app.ran_num.generate_random_number()
@@ -25,4 +25,4 @@
id: output
text: 'Meine Zufallszahl'
halign: 'center'
- font_size: app.font_size
\ No newline at end of file
+ font_size: sp(24)
\ No newline at end of file