We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 469a119 commit afbb650Copy full SHA for afbb650
1 file changed
OngekiFumenEditor/Modules/FumenSoflanGroupListViewer/Views/FumenSoflanGroupListViewerView.xaml
@@ -45,13 +45,15 @@
45
<RowDefinition />
46
</Grid.RowDefinitions>
47
<StackPanel Orientation="Horizontal">
48
+ <!--todo
49
<ToolBar>
50
<Button cal:Message.Attach="[Event Click] = [Action ResetDefault()]" Content="{markup:Translate [ResetDefault]}" />
51
<Button
52
Margin="5,0"
53
cal:Message.Attach="[Event Click] = [Action Save()]"
54
Content="{markup:Translate [Save]}" />
55
</ToolBar>
56
+ -->
57
</StackPanel>
58
<ListView
59
Grid.Row="1"
0 commit comments