We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
diff --git a/lib/sweet-kit/ios/style.rb b/lib/sweet-kit/ios/style.rb index 14fb85c..6fd7b46 100644 --- a/lib/sweet-kit/ios/style.rb +++ b/lib/sweet-kit/ios/style.rb @@ -5,21 +5,21 @@ module SweetKit font :system.uifont(17) numberOfLines 1 minimumFontSize 10 - autoshrink true - baseline :align_baselines + #autoshrink true + baselineAdjustment :align_baselines lineBreakMode :tail_truncation - alignment :left - color :black - opaque false + textAlignment :left.nstextalignment + text_color :black + #opaque false backgroundColor :clear end def sweetkit_input font :system.uifont(14) - color :black - border :rounded - alignment :left - opaque false + text_color :black + borderStyle :rounded + textAlignment :left.nstextalignment + #opaque false backgroundColor :clear end
The text was updated successfully, but these errors were encountered:
Strange I never noticed this! These are styles meant to be used with OS X controls.
On Mar 6, 2015, at 12:56 AM, David Ruan [email protected] wrote: diff --git a/lib/sweet-kit/ios/style.rb b/lib/sweet-kit/ios/style.rb index 14fb85c..6fd7b46 100644 --- a/lib/sweet-kit/ios/style.rb +++ b/lib/sweet-kit/ios/style.rb @@ -5,21 +5,21 @@ module SweetKit font :system.uifont(17) numberOfLines 1 minimumFontSize 10 autoshrink true baseline :align_baselines #autoshrink true baselineAdjustment :align_baselines lineBreakMode :tail_truncation alignment :left color :black opaque false textAlignment :left.nstextalignment text_color :black #opaque false backgroundColor :clear end def sweetkit_input font :system.uifont(14) color :black border :rounded alignment :left opaque false text_color :black borderStyle :rounded textAlignment :left.nstextalignment #opaque false backgroundColor :clear end � Reply to this email directly or view it on GitHub.
On Mar 6, 2015, at 12:56 AM, David Ruan [email protected] wrote:
diff --git a/lib/sweet-kit/ios/style.rb b/lib/sweet-kit/ios/style.rb index 14fb85c..6fd7b46 100644 --- a/lib/sweet-kit/ios/style.rb +++ b/lib/sweet-kit/ios/style.rb @@ -5,21 +5,21 @@ module SweetKit font :system.uifont(17) numberOfLines 1 minimumFontSize 10
autoshrink true
baseline :align_baselines
#autoshrink true
baselineAdjustment :align_baselines
lineBreakMode :tail_truncation
alignment :left
color :black
opaque false
textAlignment :left.nstextalignment
text_color :black
#opaque false
backgroundColor :clear end
def sweetkit_input font :system.uifont(14)
border :rounded
borderStyle :rounded
� Reply to this email directly or view it on GitHub.
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: