Skip to content

Commit

Permalink
#165 Make time combo even bigger since chrome's large font meant it w…
Browse files Browse the repository at this point in the history
…as still too small.
  • Loading branch information
akashisama committed May 15, 2013
1 parent 376f676 commit 8875640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-app/js/portal/details/AnimationControlsPanel.js
Expand Up @@ -1147,7 +1147,7 @@ Portal.details.AnimationControlsPanel = Ext.extend(Ext.Panel, {
editable : false,
valueField : 'time',
displayField : 'roundedTime',
width : 115
width : 130
};
}

Expand Down

0 comments on commit 8875640

Please sign in to comment.