Skip to content

Commit a024982

Browse files
committedMay 10, 2012
Set smaller margins.
1 parent e85c9ed commit a024982

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎App.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Ext.define('CustomApp', {
3535
this.removeAll();
3636
this.add({
3737
xtype: 'changesetbrowser',
38-
margin: '0 5 5 5',
38+
margin: 2,
3939
border: 0,
4040
adapter: adapter,
4141
flex: 1

‎changeset/ui/ChangesetBrowser.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ Ext.define('changeset.ui.ChangesetBrowser', {
157157
var grid = this.add({
158158
xtype: 'changesetgrid',
159159
itemId: 'changeSetGrid',
160-
margin: '10 0 0 0',
160+
margin: 0,
161161
autoScroll: true,
162162
model: 'changeset.model.Commit',
163163
store: store

0 commit comments

Comments
 (0)
Please sign in to comment.