fixing multi-column pane alignment issues
parent
0042d75ed0
commit
0e978bbf8c
|
@ -1259,7 +1259,7 @@ function PaneModel(theFreeboardModel, widgetPlugins) {
|
|||
width: self.width(),
|
||||
row: self.row,
|
||||
col: self.col,
|
||||
col_width: self.col_width(),
|
||||
col_width: Number(self.col_width()),
|
||||
widgets: widgets
|
||||
};
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1259,7 +1259,7 @@ function PaneModel(theFreeboardModel, widgetPlugins) {
|
|||
width: self.width(),
|
||||
row: self.row,
|
||||
col: self.col,
|
||||
col_width: self.col_width(),
|
||||
col_width: Number(self.col_width()),
|
||||
widgets: widgets
|
||||
};
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -82,7 +82,7 @@ function PaneModel(theFreeboardModel, widgetPlugins) {
|
|||
width: self.width(),
|
||||
row: self.row,
|
||||
col: self.col,
|
||||
col_width: self.col_width(),
|
||||
col_width: Number(self.col_width()),
|
||||
widgets: widgets
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue