Skip to content

Commit

Permalink
[#65965] items: Add resize and copy registry
Browse files Browse the repository at this point in the history
Signed-off-by: Andrii Chmutov <[email protected]>
  • Loading branch information
AndrewChmutov authored and glatosinski committed Sep 24, 2024
1 parent 16368f2 commit 43c0f48
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion raviewer/items.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,13 @@
],
"static_text": [
"color_format", "endianness", "color_description", "image_resolution",
"selected_pixel", "error"
"selected_pixel", "error", "error_tooltip"
],
"registries": [
"texture_registry",
"add_mouse_click_handler",
"error_size",
"error_copy",
],
"buttons": [
"read_file",
Expand Down Expand Up @@ -76,6 +78,7 @@
"frame_rate",
"change_resolution",
],
"tooltips": ["error"],
"groups": ["camera_ctrls", "palette", "raw_view"],
"menu_bar": [
"export_tab",
Expand Down

0 comments on commit 43c0f48

Please sign in to comment.