Skip to content

Commit f1f2608

Browse files
authored
Merge pull request #83 from Xacrolyte/branch_name
updated ui
2 parents b624814 + aff1d01 commit f1f2608

File tree

11 files changed

+20
-18
lines changed

11 files changed

+20
-18
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": "eventsapp/data/images/logo.png",
4+
"logo": "data/images/logo.png",
55
"website":"https://in.pycon.org/2018/",
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
"photo": "https://paste.opensuse.org/images/85253798.png",

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ class AboutScreen(Screen):
4646
id: about
4747
text: ''
4848
text_size: self.size
49-
halign: 'left'
49+
halign: 'center'
5050
valign: 'top'
51-
font_size: dp(11)
51+
font_size: dp(10)
5252
color: 0, 0, 0, 1
5353
5454

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ class OpenSpaceScreen(Screen):
5151
text_size: self.size
5252
halign: 'center'
5353
valign: 'center'
54-
font_size: dp(10)
54+
font_size: dp(8)
5555
bold: True
5656
color: 0, 0, 0, 1
5757
Label:
5858
id: about
5959
text: ''
6060
text_size: self.size
61-
halign: 'left'
61+
halign: 'center'
6262
valign: 'top'
6363
font_size: dp(10)
6464
color: 0, 0, 0, 1

0 commit comments

Comments
 (0)