Browse Source

coding

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana 2 years ago
parent
commit
6f23e4e730
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Widget/Dashboard/DashboardWidgetView.swift

+ 1 - 1
Widget/Dashboard/DashboardWidgetView.swift

@@ -123,7 +123,7 @@ struct DashboardWidgetView: View {
                                     .border(brandColor, width: 1)
                                     .cornerRadius(16)
                             })
-                            .frame(width: geo.size.width / 2)
+                            .frame(width: geo.size.width / CGFloat(tableButton.count))
                         }
                     }
                     .frame(width: geo.size.width, height: geo.size.height - 25, alignment: .bottom)