Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
Merge pull request #206 from kiok46/bug_reporter_fix
Browse files Browse the repository at this point in the history
fix reporter warning bug fix #200
  • Loading branch information
aron-bordin committed Apr 5, 2016
2 parents dbc2a37 + a0ba1b8 commit c91c1b1
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions designer/uix/bug_reporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,17 @@
text: root.text
padding: '4sp', '4sp'
valign: 'middle'
Button:
size_hint_y: None
height: '40sp'
on_release: root.dispatch('on_release')
text: 'Report'
BoxLayout:
Button:
size_hint_y: None
height: '40sp'
on_release: root.dispatch('on_release')
text: 'Report'
Button:
size_hint_y: None
height: '40sp'
on_release: root.dismiss()
text: 'Close'
''')


Expand Down

0 comments on commit c91c1b1

Please sign in to comment.