Skip to content

Commit

Permalink
Merge pull request #620 from ISS-Mimic/GodspeedDiscvry-patch-5
Browse files Browse the repository at this point in the history
Update Crew_Screen.kv for StarlinerFT, Soyuz72, Dragon9
  • Loading branch information
ISS-Mimic authored Nov 15, 2024
2 parents 74ad778 + f14060d commit 1f3c10a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Pi/Screens/Crew_Screen.kv
Original file line number Diff line number Diff line change
Expand Up @@ -40,55 +40,55 @@

#---Start of Individual Crewmember Calculated Days
Label:
id: soyuz70_1
id: starlinerCFT_2
pos_hint: {"center_x": 0.135, "center_y": 0.58}
text: '23'
markup: True
color: 1,1,1
font_size: self.height * 0.09
size_hint_y: 0.3
Label:
id: soyuz70_2
id: starlinerCFT_1
pos_hint: {"center_x": 0.135, "center_y": 0.42}
text: '23'
markup: True
color: 1,1,1
font_size: self.height * 0.09
size_hint_y: 0.3
Label:
id: dragon8_1
id: soyuz72_1
pos_hint: {"center_x": 0.285, "center_y": 0.58}
text: '23'
markup: True
color: 1,1,1
font_size: self.height * 0.09
size_hint_y: 0.3
Label:
id: dragon8_2
id: soyuz72_2
pos_hint: {"center_x": 0.285, "center_y": 0.42}
text: '23'
markup: True
color: 1,1,1
font_size: self.height * 0.09
size_hint_y: 0.3
Label:
id: dragon8_3
id: soyuz72_3
pos_hint: {"center_x": 0.285, "center_y": 0.265}
text: '23'
markup: True
color: 1,1,1
font_size: self.height * 0.09
size_hint_y: 0.3
Label:
id: dragon8_4
id: dragon9_1
pos_hint: {"center_x": 0.44, "center_y": 0.58}
text: '23'
markup: True
color: 1,1,1
font_size: self.height * 0.09
size_hint_y: 0.3
Label:
id: soyuz71_1
id: dragon9_2
pos_hint: {"center_x": 0.44, "center_y": 0.42}
text: '23'
markup: True
Expand Down

0 comments on commit 1f3c10a

Please sign in to comment.