Explorar o código

moved "Save History" Checkbox to the left

Daniel %!s(int64=9) %!d(string=hai) anos
pai
achega
df12759617
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      editor/js/Sidebar.History.js

+ 2 - 1
editor/js/Sidebar.History.js

@@ -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() );