Skip to content

Commit a88d215

Browse files
committed
Updates
1 parent 0e2e238 commit a88d215

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

plugin/openstudio/lib/MenuManager.rb

+4-4
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,8 @@ def create_commands
232232
@export_sdd_cmd.set_validation_proc { enable_if_model_interface }
233233

234234
@new_space_cmd = UI::Command.new("New Space") { Sketchup.active_model.select_tool(@new_space_tool) }
235-
@new_space_cmd.small_icon = Plugin.dir + "/lib/resources/icons/OSC_new_space" + Plugin.image_ext
236-
@new_space_cmd.large_icon = Plugin.dir + "/lib/resources/icons/OSC_new_space" + Plugin.image_ext
235+
@new_space_cmd.small_icon = Plugin.dir + "/lib/resources/icons/OSC_new_space2" + Plugin.image_ext
236+
@new_space_cmd.large_icon = Plugin.dir + "/lib/resources/icons/OSC_new_space2" + Plugin.image_ext
237237
@new_space_cmd.tooltip = "New Space"
238238
@new_space_cmd.status_bar_text = "Create a new space"
239239
@new_space_cmd.set_validation_proc { enable_if_model_interface }
@@ -608,8 +608,8 @@ def create_commands
608608

609609
@xray_cmd = UI::Command.new("X-ray Rendering") {
610610
Sketchup.active_model.rendering_options["ModelTransparency"] = (not Sketchup.active_model.rendering_options["ModelTransparency"]) }
611-
@xray_cmd.small_icon = Plugin.dir + "/lib/resources/icons/OSC_tb render transparent" + Plugin.image_ext
612-
@xray_cmd.large_icon = Plugin.dir + "/lib/resources/icons/OSC_tb render transparent" + Plugin.image_ext
611+
@xray_cmd.small_icon = Plugin.dir + "/lib/resources/icons/OSC_tb_render_transparent" + Plugin.image_ext
612+
@xray_cmd.large_icon = Plugin.dir + "/lib/resources/icons/OSC_tb_render_transparent" + Plugin.image_ext
613613
@xray_cmd.tooltip = "View Model in X-Ray Mode"
614614
@xray_cmd.status_bar_text = "Turn transparent x-ray mode on and off"
615615
@xray_cmd.set_validation_proc {

plugin/openstudio/lib/resources/icons/OSC_new_space-09.svg

-1
This file was deleted.
Loading
Loading

0 commit comments

Comments
 (0)