Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
peterprokop committed Apr 28, 2016
1 parent 777a84c commit 1532bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AlertyAlert/AlertyAlert.swift
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ public class AlertyAlert: UIViewController {
public static var buttonBorderWidth = CGFloat(1/UIScreen.mainScreen().scale)
public static var buttonHeight = CGFloat(35.0)
public static var buttonVerticalPadding = CGFloat(10)
public static var buttonHorizontalPadding = CGFloat(10))
public static var buttonHorizontalPadding = CGFloat(10)
public static var buttonCornerRadius = CGFloat(3.0)

public static var iconSize = CGFloat(20.0)
Expand Down

0 comments on commit 1532bf3

Please sign in to comment.