提交 df127596 编写于 作者: D Daniel

moved "Save History" Checkbox to the left

上级 829b97d8
......@@ -21,7 +21,8 @@ Sidebar.History = function ( editor ) {
container.addStatic( new UI.Text( 'HISTORY' ) );
// Checkbox 'Save History'
var saveHistorySpan = new UI.Span().setPosition( 'absolute' ).setLeft( '200px' ).setFontSize( '13px' );
var saveHistorySpan = new UI.Span().setPosition( 'absolute' ).setLeft( '180px' ).setFontSize( '13px' );
var saveHistoryCheckbox = new UI.Checkbox( config.getKey( 'project/history/stored' ) ).setLeft( '50px' ).onChange( function () {
config.setKey( 'project/history/stored', this.getValue() );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册