Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sequencer_kinoraw_tools/ui.py')
-rw-r--r--sequencer_kinoraw_tools/ui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sequencer_kinoraw_tools/ui.py b/sequencer_kinoraw_tools/ui.py
index 9e7f2762..221f4f47 100644
--- a/sequencer_kinoraw_tools/ui.py
+++ b/sequencer_kinoraw_tools/ui.py
@@ -321,7 +321,7 @@ class JumptoCut(Panel):
if prefs.kr_mini_ui:
row = layout.row(align=True)
row.operator("sequencerextra.extrasnap", text="", icon="SNAP_ON").align = 0
- row.operator("sequencerextra.extrasnap", text="", icon="SNAP_SURFACE").align = 1
+ row.operator("sequencerextra.extrasnap", text="", icon="NONE").align = 1
row.operator("sequencerextra.extrasnap", text="", icon="SNAP_ON").align = 2
row.separator()