We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a5b24b2 + dc47cab commit e87d73fCopy full SHA for e87d73f
1 file changed
examples/07_paraview/Docker/SimpleCone.py
@@ -53,13 +53,11 @@ def _build_ui(self):
53
max=60,
54
step=1,
55
hide_details=True,
56
- dense=True,
57
density="compact",
58
style="max-width: 300px",
59
)
60
v3.VDivider(vertical=True, classes="mx-2")
61
- with v3.VBtn(icon=True, click=self.update_reset_resolution):
62
- v3.VIcon("mdi-undo-variant")
+ v3.VBtn(icon="mdi-undo-variant", click=self.update_reset_resolution)
63
64
with self.ui.content:
65
with v3.VContainer(
0 commit comments