File tree Expand file tree Collapse file tree 2 files changed +16
-6
lines changed
craftersmine.LeagueBalancer Expand file tree Collapse file tree 2 files changed +16
-6
lines changed Original file line number Diff line number Diff line change 23
23
<Run Text =" {x:Static localization:Locale.MainWindow_Disclaimer}" />
24
24
</TextBlock >
25
25
</Grid >
26
-
26
+
27
27
</leagueuicontrols : LeagueWindow .Header>
28
28
<leagueuicontrols : LeagueWindow .Background>
29
29
<VisualBrush >
161
161
Tag =" {x:Static local:LeagueTeamType.Blue}" >
162
162
<ListView .ItemTemplate>
163
163
<DataTemplate DataType =" {x:Type local:Summoner}" >
164
- <Grid Width =" 100 " >
164
+ <Grid Width =" Auto " >
165
165
<Grid .RowDefinitions>
166
166
<RowDefinition />
167
167
<RowDefinition />
173
173
</Ellipse .Fill>
174
174
</Ellipse >
175
175
</Border >
176
- <TextBlock Grid.Row=" 1" HorizontalAlignment =" Center" Margin =" 4" Text =" {Binding SummonerInfo.Name}" TextWrapping =" Wrap" />
176
+ <TextBlock Grid.Row=" 1" HorizontalAlignment =" Center" Margin =" 4" TextWrapping =" Wrap" >
177
+
178
+ <Run Text =" {Binding RiotAccount.RiotId, Mode=OneWay}" />
179
+ <Run Text =" #" />
180
+ <Run Text =" {Binding RiotAccount.RiotIdTag, Mode=OneWay}" />
181
+ </TextBlock >
177
182
</Grid >
178
183
</DataTemplate >
179
184
</ListView .ItemTemplate>
195
200
Tag =" {x:Static local:LeagueTeamType.Red}" >
196
201
<ListView .ItemTemplate>
197
202
<DataTemplate DataType =" {x:Type local:Summoner}" >
198
- <Grid Width =" 100 " >
203
+ <Grid Width =" Auto " >
199
204
<Grid .RowDefinitions>
200
205
<RowDefinition />
201
206
<RowDefinition />
207
212
</Ellipse .Fill>
208
213
</Ellipse >
209
214
</Border >
210
- <TextBlock Grid.Row=" 1" HorizontalAlignment =" Center" Margin =" 4" Text =" {Binding SummonerInfo.Name}" TextWrapping =" Wrap" />
215
+ <TextBlock Grid.Row=" 1" HorizontalAlignment =" Center" Margin =" 4" TextWrapping =" Wrap" >
216
+
217
+ <Run Text =" {Binding RiotAccount.RiotId, Mode=OneWay}" />
218
+ <Run Text =" #" />
219
+ <Run Text =" {Binding RiotAccount.RiotIdTag, Mode=OneWay}" />
220
+ </TextBlock >
211
221
</Grid >
212
222
</DataTemplate >
213
223
</ListView .ItemTemplate>
Original file line number Diff line number Diff line change 6
6
<Nullable >enable</Nullable >
7
7
<UseWPF >true</UseWPF >
8
8
<Company >craftersmine</Company >
9
- <Version >1.3.0 </Version >
9
+ <Version >1.3.1 </Version >
10
10
<ApplicationIcon >Icon.ico</ApplicationIcon >
11
11
<IsPublishable >False</IsPublishable >
12
12
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments