Skip to content

Commit

Permalink
[BUG] Copy of TcOpen issue 725 (#139)
Browse files Browse the repository at this point in the history
* Create draft PR for #138

* Fixed issue 138 (725 on TcOpen) (#140)

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Krisztian Olah <[email protected]>
  • Loading branch information
github-actions[bot] and KrisztianOlah authored Jun 18, 2024
1 parent ff4f972 commit 39aa7e5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<materialDesign:Card Grid.Row="1" Grid.ColumnSpan="2">
<WrapPanel>
<Menu
materialDesign:MenuAssist.TopLevelMenuItemHeight="{Binding RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type materialDesign:Card}}, Path=ActualHeight}">
materialDesign:MenuAssist.TopLevelMenuItemHeight="{Binding ElementName=userInfoDisplayView, Path=ActualHeight}">

<MenuItem Header="{x:Static p:strings.LangSelector}"
Icon="{materialDesign:PackIcon Kind=Language}"
Expand All @@ -50,7 +50,7 @@


</Menu>
<vortexs:UserInfoDisplayView Grid.Column="0" VerticalContentAlignment="Center" ></vortexs:UserInfoDisplayView>
<vortexs:UserInfoDisplayView x:Name="userInfoDisplayView" VerticalContentAlignment="Center"/>

</WrapPanel>
</materialDesign:Card>
Expand Down

0 comments on commit 39aa7e5

Please sign in to comment.