style(ui): Add no_collapse=True to main Hub windows
This commit is contained in:
4
gui.py
4
gui.py
@@ -1797,6 +1797,7 @@ class App:
|
|||||||
width=420,
|
width=420,
|
||||||
height=600,
|
height=600,
|
||||||
no_close=False,
|
no_close=False,
|
||||||
|
no_collapse=True,
|
||||||
):
|
):
|
||||||
with dpg.tab_bar():
|
with dpg.tab_bar():
|
||||||
with dpg.tab(label="Projects"):
|
with dpg.tab(label="Projects"):
|
||||||
@@ -1900,6 +1901,7 @@ class App:
|
|||||||
width=420,
|
width=420,
|
||||||
height=556,
|
height=556,
|
||||||
no_close=False,
|
no_close=False,
|
||||||
|
no_collapse=True,
|
||||||
):
|
):
|
||||||
with dpg.collapsing_header(label="Provider & Models", default_open=True):
|
with dpg.collapsing_header(label="Provider & Models", default_open=True):
|
||||||
dpg.add_text("Provider")
|
dpg.add_text("Provider")
|
||||||
@@ -1960,6 +1962,7 @@ class App:
|
|||||||
width=800,
|
width=800,
|
||||||
height=1164,
|
height=1164,
|
||||||
no_close=False,
|
no_close=False,
|
||||||
|
no_collapse=True,
|
||||||
):
|
):
|
||||||
# History at Top
|
# History at Top
|
||||||
with dpg.child_window(tag="disc_history_section", height=-400, border=True):
|
with dpg.child_window(tag="disc_history_section", height=-400, border=True):
|
||||||
@@ -2035,6 +2038,7 @@ class App:
|
|||||||
width=428,
|
width=428,
|
||||||
height=1164,
|
height=1164,
|
||||||
no_close=False,
|
no_close=False,
|
||||||
|
no_collapse=True,
|
||||||
):
|
):
|
||||||
with dpg.tab_bar():
|
with dpg.tab_bar():
|
||||||
with dpg.tab(label="Comms Log"):
|
with dpg.tab(label="Comms Log"):
|
||||||
|
|||||||
Reference in New Issue
Block a user