mirror of https://github.com/node-red/node-red.git
Move zoom-to-fit button between reset and zoom-in
parent
e2a6a1b52d
commit
269cab2e9c
|
|
@ -758,8 +758,8 @@ RED.view = (function() {
|
|||
element: $('<span class="button-group">'+
|
||||
'<button class="red-ui-footer-button" id="red-ui-view-zoom-out"><i class="fa fa-minus"></i></button>'+
|
||||
'<button class="red-ui-footer-button" id="red-ui-view-zoom-zero"><i class="fa fa-circle-o"></i></button>'+
|
||||
'<button class="red-ui-footer-button" id="red-ui-view-zoom-in"><i class="fa fa-plus"></i></button>'+
|
||||
'<button class="red-ui-footer-button" id="red-ui-view-zoom-fit"><i class="fa fa-compress"></i></button>'+
|
||||
'<button class="red-ui-footer-button" id="red-ui-view-zoom-in"><i class="fa fa-plus"></i></button>'+
|
||||
'</span>')
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue