We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba7522a commit dab5f98Copy full SHA for dab5f98
1 file changed
pythonhere/exception_manager_here.py
@@ -28,11 +28,12 @@ def load_exception_popup_style():
28
font_size: '18sp'
29
height: '24sp'
30
text: 'Exception details: '
31
- CodeInput:
32
- id: catched_exception_code_input_here
33
- size_hint: 1, 1
34
- text: root.message
35
+ ScrollView:
+ CodeInput:
+ id: catched_exception_code_input_here
+ text: root.message
+ size_hint: 1, None
36
+ height: self.minimum_height
37
Button:
38
size_hint_y: None
39
height: '40sp'
0 commit comments