diff --git a/.github/workflows/calcium.yml b/.github/workflows/calcium.yml index 3230e56..7ba9029 100644 --- a/.github/workflows/calcium.yml +++ b/.github/workflows/calcium.yml @@ -1,4 +1,4 @@ -name: Swift +name: CalciumJobs on: push: @@ -13,9 +13,9 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 - name: Setup Gradle - uses: gradle/actions/setup-gradle@v3 + uses: gradle/actions/setup-gradle@v3.4.2 - name: Setup Xcode version uses: maxim-lobanov/setup-xcode@v1.6.0 with: diff --git a/Calcium/MainScreen.swift b/Calcium/MainScreen.swift index e3a087c..931e242 100644 --- a/Calcium/MainScreen.swift +++ b/Calcium/MainScreen.swift @@ -35,9 +35,9 @@ struct MainScreen: View { VStack { ScrollView { Text(store.state.displayingText) - .lineLimit(5) + .lineLimit(nil) } - .frame(height: geometry.size.height / 4) + .frame(height: geometry.size.height / 8) HStack { view(for: .SomeDigit(digit: .one), enabled: store.state.enabled1)