Skip to content

Commit

Permalink
一応サーフェスビューワv3の名前に仮をつけておく
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadelab committed Feb 19, 2024
1 parent 464b82d commit 794ac0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Satolist2/Control/RuntimeBasedSurfaceViewer.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public enum CollisionType

public double CurrentScale { get; private set; }

public string DockingTitle => "サーフェスビューワv3";
public string DockingTitle => "サーフェスビューワv3(仮)";
public string DockingContentId => ContentId;
public bool IsDockingWindowActive
{
Expand Down
2 changes: 1 addition & 1 deletion Satolist2/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
<MenuItem Header="検索結果" x:Name="SearchResultVisibleMenu" IsCheckable="True" IsChecked="{Binding IsVisible, Mode=TwoWay}" />
<MenuItem Header="サーフェスビューワ" x:Name="SurfaceViewerVisibleMenu" IsCheckable="True" IsChecked="{Binding IsVisible, Mode=TwoWay}" />
<MenuItem Header="サーフェスパレット" x:Name="SurfacePaletteVisibleMenu" IsCheckable="True" IsChecked="{Binding IsVisible, Mode=TwoWay}" />
<MenuItem Header="サーフェスビューワv3" x:Name="RuntimeBasedSurfaceViewerVisibleMenu" IsCheckable="True" IsChecked="{Binding IsVisible, Mode=TwoWay}" />
<MenuItem Header="サーフェスビューワv3(仮)" x:Name="RuntimeBasedSurfaceViewerVisibleMenu" IsCheckable="True" IsChecked="{Binding IsVisible, Mode=TwoWay}" />
<MenuItem Header="デバッグメニュー" x:Name="DebugMainMenuVisibleMenu" IsCheckable="True" IsChecked="{Binding IsVisible, Mode=TwoWay}" />
<MenuItem Header="スタートメニュー" x:Name="StartMenuVisibleMenu" IsCheckable="True" IsChecked="{Binding IsVisible, Mode=TwoWay}" />
<MenuItem Header="ゴーストプロパティ" x:Name="GhostDescriptEditorVisibleMenu" IsCheckable="True" IsChecked="{Binding IsVisible, Mode=TwoWay}"/>
Expand Down

0 comments on commit 794ac0d

Please sign in to comment.