Skip to content

Commit

Permalink
fix(preset): add x-margin for lut image
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed Dec 9, 2024
1 parent 644e775 commit 915baad
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pan3d/ui/preview.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,11 +327,12 @@ def __init__(self, source, update_rendering):
click=self.reset_color_range,
)
# v3.VDivider()
html.Img(
src=("preset_img", None),
style="height: 0.75rem; width: 100%;",
classes="rounded-lg border-thin",
)
with html.Div(classes="mx-2"):
html.Img(
src=("preset_img", None),
style="height: 0.75rem; width: 100%;",
classes="rounded-lg border-thin",
)
v3.VSelect(
placeholder="Color Preset",
prepend_inner_icon="mdi-palette",
Expand Down

0 comments on commit 915baad

Please sign in to comment.