Skip to content

Commit

Permalink
Fixed a widget spacing mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
inclement committed Apr 9, 2017
1 parent 12a0042 commit fd73883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyonic/filechooser.kv
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
height: sp(40)
Widget:
size_hint_x: None
width: dp(8)
width: dp(3)
ColouredButtonContainer:
id: cb1
text: 'cancel'
Expand Down

0 comments on commit fd73883

Please sign in to comment.