Explorar o código

Use same sequence of nutrients as the Phone app.

Jon Mårtensson %!s(int64=2) %!d(string=hai) anos
pai
achega
60c5c8e379
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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
         }