Skip to content

Commit a17aeaf

Browse files
authored
Merge pull request #95 from ayush3298/master
Fixes on schedule Screen
2 parents 4bd8608 + 2515e46 commit a17aeaf

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
4.47 KB
Loading

eventsapp/uix/cards/cardscontainer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def del_widget(self, widget):
5151
Builder.load_string('''
5252
<CardsContainer>:
5353
spacing: dp(10)
54-
padding: dp(20), dp(40)
54+
padding: dp(10), dp(10)
5555
canvas:
5656
Color:
5757
rgba: (1, 1, 1, 1)

eventsapp/uix/tabbedpanels/__init__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class DateTabbedPanelItem(TabbedPanelItem):
2222
background_down: 'data/images/Detail_bar.png'
2323
background_normal: 'data/images/Detail_bar.png'
2424
bold: True
25-
font_size: dp(24)
25+
font_size: dp(15)
2626
''')
2727

2828

@@ -34,7 +34,7 @@ class DateTabbedPanel(TabbedPanel):
3434
do_default_tab: False
3535
tab_pos: "top_mid"
3636
tab_width: self.width/2
37-
tab_height: dp(70)
37+
tab_height: dp(40)
3838
spacing: dp(-5)
3939
canvas:
4040
Color:
@@ -58,7 +58,7 @@ class HallTabbedPanelItem(TabbedPanelItem):
5858
background_down: 'data/images/lower-detail-bar.png'
5959
background_normal: 'data/images/lower-detail-bar.png'
6060
bold: True
61-
font_size: dp(24)
61+
font_size: dp(14)
6262
''')
6363

6464

@@ -68,6 +68,6 @@ class HallTabbedPanel(TabbedPanel):
6868
do_default_tab: False
6969
tab_pos: "bottom_mid"
7070
tab_width: self.width/3
71-
tab_height: dp(60)
71+
tab_height: dp(40)
7272
7373
''')

0 commit comments

Comments
 (0)