From 7782762fc4d0a472787d4f96b00ccf33caba9aaf Mon Sep 17 00:00:00 2001 From: "reed.lawrence" <reed.lawrence@huskers.unl.edu> Date: Fri, 17 Jul 2020 13:16:51 -0500 Subject: [PATCH] Removed min and id attributes from Progress Bar --- quizzer.kv | 2 -- 1 file changed, 2 deletions(-) diff --git a/quizzer.kv b/quizzer.kv index 6a97bc8..7ffa2dd 100644 --- a/quizzer.kv +++ b/quizzer.kv @@ -87,8 +87,6 @@ ScreenManager: Label: text: f'Score: {app.score}' ProgressBar: - id: progress_bar - min: 0 max: 5 value: app.number_questions -- GitLab