Skip to content

Commit 4d41778

Browse files
authored
Merge pull request #308 from TheRealDjmr/slidervaluesincontrollercc
Slidervaluesincontrollercc
2 parents 5d6ed61 + 4df1753 commit 4d41778

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

ImprovedUI/Mods/ImprovedUI/meta.lsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
<attribute id="Tags" type="LSString" value=""/>
2323
<attribute id="Type" type="FixedString" value="Add-on"/>
2424
<attribute id="UUID" type="FixedString" value="00000000-0000-0000-0000-ImprovedUI12"/>
25-
<attribute id="Version" type="int64" value="110619674437222400"/>
25+
<attribute id="Version" type="int64" value="110760403335643136"/>
2626
<children>
2727
<node id="PublishVersion">
28-
<attribute id="Version" type="int64" value="110619674437222400"/>
28+
<attribute id="Version" type="int64" value="110760403335643136"/>
2929
</node>
3030
<node id="Scripts"/>
3131
<node id="TargetModes">

ImprovedUI/Public/Game/GUI/Library/CCLib_c.xaml

+3
Original file line numberDiff line numberDiff line change
@@ -5176,6 +5176,9 @@
51765176
<StackPanel VerticalAlignment="Center">
51775177
<TextBlock x:Name="title" Text="{Binding Source='hfcbe9131g86b0g46d7ga4afg5c3301c070bf', Converter={StaticResource TranslatedStringConverter}}" Style="{StaticResource AppearanceCarouselTitleText}" />
51785178
<Control x:Name="content" IsEnabled="False" VerticalAlignment="Center" HorizontalAlignment="Center" Focusable="False" Template="{StaticResource SliderTemplate}" Margin="0,8,0,0"/>
5179+
<!-- MOD START - Slider value in Controller appearance customisation -->
5180+
<TextBlock x:Name="sliderValues" Text="{Binding Value, Converter={StaticResource RoundConverter}}" Style="{StaticResource AppearanceCarouselTitleText}" Margin="0,-30,0,0" />
5181+
<!-- MOD END -->
51795182
</StackPanel>
51805183

51815184
<b:Interaction.Triggers>

0 commit comments

Comments
 (0)