Skip to content

Commit af39f71

Browse files
committed
updated ui
1 parent 51acc3b commit af39f71

File tree

11 files changed

+23
-20
lines changed

11 files changed

+23
-20
lines changed

eventsapp/data/images/bg.png

2.02 KB
Loading

eventsapp/data/images/btn.png

44.5 KB
Loading

eventsapp/data/images/logo.png

20.7 KB
Loading

eventsapp/data/images/logocopy.png

165 KB
Loading

eventsapp/data/images/pattern.jpg

393 KB
Loading

eventsapp/data/jsonfiles/about.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"0.0.1": [
33
{
4-
"logo": "https://in.pycon.org/2017/images/logo.png",
4+
"logo": "data/images/logo.png",
55
"website":"https://in.pycon.org/2017/",
66
"about":"PyCon India, the premier conference in India on using and developing the Python programming language is conducted annually by the Python developer community. It attracts the best Python programmers from across the country and abroad."
77
}

eventsapp/uix/buttons/themebutton.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class ThemeButton(Button):
1717

1818
Builder.load_string('''
1919
<ThemeButton>:
20-
font_size: dp(18)
20+
font_size: dp(12)
2121
border: 10, 10, 10, 10
2222
background_normal: root.background_normal
2323
background_down: root.background_down

eventsapp/uix/screens/aboutscreen.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@ class AboutScreen(Screen):
3434
text_size: self.size
3535
halign: 'center'
3636
valign: 'center'
37-
font_size: dp(24)
37+
font_size: dp(16)
3838
bold: True
3939
color: 0, 0, 0, 1
4040
Label:
4141
id: about
4242
text: ''
4343
text_size: self.size
44-
halign: 'left'
44+
halign: 'center'
4545
valign: 'top'
46-
font_size: dp(22)
46+
font_size: dp(10)
4747
color: 0, 0, 0, 1
4848
''')
4949

eventsapp/uix/screens/navigationscreen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def on_menu_press(self):
103103
spacing: dp(15)
104104
canvas.before:
105105
Color:
106-
rgba: 69/255., 132/255., 182/255., 1
106+
rgba: 81/255., 47/255., 122/255., 1
107107
Rectangle:
108108
size: self.size
109109
pos: self.pos

eventsapp/uix/screens/openspacescreen.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class OpenSpaceScreen(Screen):
4040
text_size: self.size
4141
halign: 'center'
4242
valign: 'top'
43-
font_size: dp(20)
43+
font_size: dp(10)
4444
bold: True
4545
color: 0, 0, 0, 1
4646
Label:
@@ -50,16 +50,16 @@ class OpenSpaceScreen(Screen):
5050
text_size: self.size
5151
halign: 'center'
5252
valign: 'center'
53-
font_size: dp(20)
53+
font_size: dp(8)
5454
bold: True
5555
color: 0, 0, 0, 1
5656
Label:
5757
id: about
5858
text: ''
5959
text_size: self.size
60-
halign: 'left'
60+
halign: 'center'
6161
valign: 'top'
62-
font_size: dp(20)
62+
font_size: dp(10)
6363
color: 0, 0, 0, 1
6464
''')
6565

0 commit comments

Comments
 (0)