Increase size of TextAreaInput
This commit is contained in:
parent
9cd5327d60
commit
18b0066726
@ -473,7 +473,7 @@ hkl_button = Button(label="Calculate hkl (slow)")
|
|||||||
hkl_button.on_click(hkl_button_callback)
|
hkl_button.on_click(hkl_button_callback)
|
||||||
|
|
||||||
|
|
||||||
selection_list = TextAreaInput()
|
selection_list = TextAreaInput(rows=7)
|
||||||
|
|
||||||
|
|
||||||
def selection_button_callback():
|
def selection_button_callback():
|
||||||
@ -507,13 +507,13 @@ doc.add_root(
|
|||||||
row(
|
row(
|
||||||
column(fileinput, filelist, layout_image, row(colormap_layout, animate_layout, hkl_layout)),
|
column(fileinput, filelist, layout_image, row(colormap_layout, animate_layout, hkl_layout)),
|
||||||
column(
|
column(
|
||||||
|
roi_avg_plot,
|
||||||
gridplot(
|
gridplot(
|
||||||
[[overview_plot_x, overview_plot_y]],
|
[[overview_plot_x, overview_plot_y]],
|
||||||
toolbar_options=dict(logo=None),
|
toolbar_options=dict(logo=None),
|
||||||
merge_tools=True,
|
merge_tools=True,
|
||||||
),
|
),
|
||||||
row(selection_button, selection_list),
|
row(selection_button, selection_list),
|
||||||
roi_avg_plot,
|
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user