mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-23 00:31:11 -06:00
WIP: Moved sources int src/, separated most of the source code from Perl.
The XS was left only for the unit / integration tests, and it links libslic3r only. No wxWidgets are allowed to be used from Perl starting from now.
This commit is contained in:
parent
3ddaccb641
commit
0558b53493
1706 changed files with 7413 additions and 7638 deletions
40
src/avrdude/atmel-docs/EDBG/common/splitterInit.js
Normal file
40
src/avrdude/atmel-docs/EDBG/common/splitterInit.js
Normal file
|
@ -0,0 +1,40 @@
|
|||
|
||||
var myLayout;
|
||||
|
||||
jQuery(document).ready(function ($) {
|
||||
|
||||
myLayout = $('body').layout({
|
||||
//Defining panes
|
||||
west__paneSelector: "#sidebar"
|
||||
, north__paneSelector: "#header"
|
||||
, center__paneSelector: "#content"
|
||||
|
||||
// some resizing/toggling settings
|
||||
, north__resizable: false // OVERRIDE the pane-default of 'resizable=true'
|
||||
, north__spacing_open: 0 // no resizer-bar when open (zero height)
|
||||
, west__slideable: false
|
||||
, west__spacing_closed: 6
|
||||
, west__spacing_open: 4
|
||||
|
||||
,
|
||||
// some pane-size settings
|
||||
west__minSize: 280
|
||||
, north__minSize: 99
|
||||
|
||||
// some pane animation settings
|
||||
, west__animatePaneSizing: false
|
||||
, west__fxSpeed_size: "normal"
|
||||
, west__fxSpeed_open: 10
|
||||
, west__fxSettings_open: {easing: ""}
|
||||
, west__fxName_close: "none"
|
||||
|
||||
|
||||
, stateManagement__enabled: true // automatic cookie load & save enabled by default
|
||||
, stateManagement__cookie__name: "sidebar_state"
|
||||
});
|
||||
|
||||
|
||||
|
||||
|
||||
});
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue