소스 검색

Use same sequence of nutrients as the Phone app.

Jon Mårtensson 2 년 전
부모
커밋
60c5c8e379
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      FreeAPSWatch WatchKit Extension/Views/CarbsView.swift

+ 2 - 2
FreeAPSWatch WatchKit Extension/Views/CarbsView.swift

@@ -33,9 +33,9 @@ struct CarbsView: View {
             carbs
             if state.displayFatAndProteinOnWatch {
                 Spacer()
-                protein
-                Spacer()
                 fat
+                Spacer()
+                protein
             }
             buttonStack
         }