Skip to content

Commit

Permalink
updated change log
Browse files Browse the repository at this point in the history
  • Loading branch information
Russ McMahon committed Feb 13, 2013
1 parent 08e4942 commit 65812d2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ New Features in this Release (3.1.0.4):
* Touch Events
* Simple TableViewRow

Notes in this Release (3.1.0.4):
--------------------------------

1) When using Ti.UI.FILL on root windows there is a pixel shift towards bottom on top and right on left side. This only appears on the simulator. This is a visual issue and does not effect application functionality.


Implemented: Basic operations supported
---------------------------------------
Expand Down
10 changes: 5 additions & 5 deletions test/apps/native/tibbtest/Resources/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ var win1 = Titanium.UI.createWindow({

var lbl = Ti.UI.createLabel({
backgroundColor: 'red',
text:'This is a label test',
//font:{fontSize:15},
//height:'auto',
//width:'auto',
color:'#000'
text:'This is a label test',
font:{fontSize:15},
height:'auto',
width:'auto',
color:'#000'
});


Expand Down
Binary file modified test/apps/native/tibbtest/x86/o-g/tibbtest.bar
Binary file not shown.

0 comments on commit 65812d2

Please sign in to comment.