File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff 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 ''' )
You can’t perform that action at this time.
0 commit comments