Skip to content

Commit b067e08

Browse files
authored
Merge pull request #22 from samunohito/feature/#3_add_device_horizontal
ビューの向きに不備があったので修正
2 parents af96efe + a236a5a commit b067e08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SimpleVolumeMixer/UI/Views/Controls/AudioDevicesSubHorizontalPage.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<Border
1919
Padding="8"
2020
BorderThickness="0"
21-
Height="{Binding ViewportHeight, RelativeSource={RelativeSource FindAncestor, AncestorType=ScrollViewer}}">
21+
Width="{Binding ViewportWidth, RelativeSource={RelativeSource FindAncestor, AncestorType=ScrollViewer}}">
2222
<ItemsControl
2323
ItemsSource="{Binding Devices}"
2424
ItemsPanel="{StaticResource HorizontalAudioDevicesPanelTemplate}"

0 commit comments

Comments
 (0)