Added gauges on connector connect
This commit is contained in:
@@ -25,5 +25,14 @@ def build_windows() -> None:
|
||||
with dpg.child_window(
|
||||
tag="content_area", autosize_x=True, height=0, border=False
|
||||
):
|
||||
with dpg.group(tag=MENU_WINDOW_DATA_INPUT):
|
||||
dpgg.status_light(label="JSON", show_value=False)
|
||||
# with dpg.group(tag=MENU_WINDOW_DATA_INPUT):
|
||||
with dpgg.gauge_panel(
|
||||
label="Autobreak narrow panel", width=430, height=285
|
||||
):
|
||||
with dpgg.gauge_grid(
|
||||
columns="auto", min_column_width=180, tag=MENU_WINDOW_DATA_INPUT
|
||||
):
|
||||
dpgg.analog_gauge(
|
||||
tag="test_gauge",
|
||||
label="new_gauge",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user