Skip to content

Commit ebb24a7

Browse files
authored
Merge pull request #100 from pythonindia/revert-96-master
Revert "Community page icons aligned"
2 parents 05b6bde + a66fe4c commit ebb24a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

eventsapp/uix/screens/communityscreen.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ class CommunityScreen(Screen):
4141
font_size: dp(15)
4242
color: 0, 0, 0, 1
4343
BoxLayout:
44-
orientation: 'horizontal'
45-
spacing: dp(7)
44+
orientation: 'vertical'
45+
spacing: dp(1)
4646
size_hint_y: None
4747
size: self.size[0], dp(100)
4848
id: social_icons
@@ -75,7 +75,7 @@ def chunks(data, SIZE=10):
7575
yield {k:data[k] for k in islice(it, SIZE)}
7676

7777
if self.community_social != []:
78-
for items in chunks(self.community_social, 1):
78+
for items in chunks(self.community_social, 3):
7979
bl = BoxLayout()
8080
self.add_social_icons(bl, items)
8181
social_icons.add_widget(bl)

0 commit comments

Comments
 (0)