Skip to content

Commit

Permalink
fixed the text being cut-off
Browse files Browse the repository at this point in the history
honestly I just uncommented some things, so I should probably re-visit the actual size & size hints
  • Loading branch information
maltfield committed Mar 18, 2024
1 parent 34e4708 commit 6b62d79
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions src/buskill.kv
Original file line number Diff line number Diff line change
Expand Up @@ -474,17 +474,16 @@

RecycleView:
id: rv
#viewclass: 'TwoButtons'
viewclass: 'BusKillOptionItem'
do_scroll_x: False
#container: content
container: content

RecycleGridLayout:
#default_size: None, dp(48)
#default_size_hint: 1, None
#size_hint_y: None
#height: self.minimum_height
#orientation: 'vertical'
default_size: None, dp(48)
default_size_hint: 1, None
size_hint_y: None
height: self.minimum_height
orientation: 'vertical'
id: content
cols: 1
size_hint_y: None
Expand Down

0 comments on commit 6b62d79

Please sign in to comment.