diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index b08744f..a0aee33 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,11 +4,9 @@
-
+
-
-
@@ -18,6 +16,9 @@
+
+
+
{
"associatedIndex": 8
}
@@ -27,15 +28,15 @@
- {
+ "keyToString": {
+ "Python.main.executor": "Run",
+ "RunOnceActivity.OpenProjectViewOnStart": "true",
+ "RunOnceActivity.ShowReadmeOnStart": "true",
+ "git-widget-placeholder": "master",
+ "settings.editor.selected.configurable": "preferences.lookFeel"
}
-}]]>
+}
@@ -84,11 +85,20 @@
1714421527721
-
+
+
+ 1714423769455
+
+
+
+ 1714423769455
+
+
-
+
+
\ No newline at end of file
diff --git a/rankiv.kv b/rankiv.kv
index 6976a8d..5867ce9 100644
--- a/rankiv.kv
+++ b/rankiv.kv
@@ -1,9 +1,8 @@
:
BoxLayout:
orientation: 'vertical'
- Label:
- text: 'Zufallszahl von 1 bis ?'
- font_size: app.font_size
+ Image:
+ source: 'zufall.png'
TextInput:
id: upper_boundary_input
multiline: False
diff --git a/zufall.png b/zufall.png
new file mode 100644
index 0000000..2190b5e
Binary files /dev/null and b/zufall.png differ