Skip to content

Commit dab5f98

Browse files
committed
add scroll for code in exception popup
1 parent ba7522a commit dab5f98

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

pythonhere/exception_manager_here.py

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,12 @@ def load_exception_popup_style():
2828
font_size: '18sp'
2929
height: '24sp'
3030
text: 'Exception details: '
31-
CodeInput:
32-
id: catched_exception_code_input_here
33-
size_hint: 1, 1
34-
text: root.message
35-
size_hint: 1, 1
31+
ScrollView:
32+
CodeInput:
33+
id: catched_exception_code_input_here
34+
text: root.message
35+
size_hint: 1, None
36+
height: self.minimum_height
3637
Button:
3738
size_hint_y: None
3839
height: '40sp'

0 commit comments

Comments
 (0)