Skip to content

Commit b693d9f

Browse files
authored
Update main.kv
1 parent c0267fe commit b693d9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

design2/main.kv

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ FloatLayout:
5454
MDTextFieldRound:
5555
hint_text : 'search'
5656
icon_left : 'magnify'
57-
size_hint: (0.6, 0.06)
58-
pos_hint: {'x': 0.1, 'center_y' : 0.725}
57+
size_hint: (0.7, 0.06)
58+
pos_hint: {'x': 0.15, 'center_y' : 0.725}
5959
color_mode : 'custom'
6060
normal_color : (1, 1, 1, 1)
6161
active_color : (1, 1, 1, 1)
@@ -137,7 +137,7 @@ FloatLayout:
137137
Image:
138138
source: 'icons/meditation_bg.png'
139139
#size_hint: (1, 1)
140-
size_hint_y: 0.4
140+
#size_hint_y: 0.4
141141
pos_hint: {'center_x': 0.5, 'center_y' : 0.808}
142142
MDTextFieldRound:
143143
size_hint: (None, 0.06)

0 commit comments

Comments
 (0)