We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0267fe commit b693d9fCopy full SHA for b693d9f
design2/main.kv
@@ -54,8 +54,8 @@ FloatLayout:
54
MDTextFieldRound:
55
hint_text : 'search'
56
icon_left : 'magnify'
57
- size_hint: (0.6, 0.06)
58
- pos_hint: {'x': 0.1, 'center_y' : 0.725}
+ size_hint: (0.7, 0.06)
+ pos_hint: {'x': 0.15, 'center_y' : 0.725}
59
color_mode : 'custom'
60
normal_color : (1, 1, 1, 1)
61
active_color : (1, 1, 1, 1)
@@ -137,7 +137,7 @@ FloatLayout:
137
Image:
138
source: 'icons/meditation_bg.png'
139
#size_hint: (1, 1)
140
- size_hint_y: 0.4
+ #size_hint_y: 0.4
141
pos_hint: {'center_x': 0.5, 'center_y' : 0.808}
142
143
size_hint: (None, 0.06)
0 commit comments