Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed Issue #63 #66

Merged
merged 3 commits into from
Aug 17, 2018
Merged

Fixed Issue #63 #66

merged 3 commits into from
Aug 17, 2018

Conversation

brullsker
Copy link
Contributor

This fixes the scrolling issue mentioned in #63

<TextBox
<Grid HorizontalAlignment="Stretch" VerticalAlignment="Stretch">
<ScrollViewer HorizontalAlignment="Stretch" Visibility="{x:Bind InEditMode, Converter={StaticResource TrueToVisibleConverter}, Mode=OneWay}" VerticalScrollBarVisibility="Auto">
<StackPanel Margin="0,0,20,0">
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change padding to 24 to be in line with the rest of the margins/paddings

</StackPanel>
</ScrollViewer>
<ScrollViewer HorizontalAlignment="Stretch" Visibility="{x:Bind InEditMode, Mode=OneWay, Converter={StaticResource FalseToVisibleConverter}}" VerticalScrollBarVisibility="Auto">
<StackPanel Margin="0,0,20,0">
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change padding to 24 to be in line with the rest of the margins/paddings

@@ -169,137 +171,139 @@
RequestedTheme="{x:Bind ViewModel.SelectedTheme.Background, Mode=OneWay, Converter={StaticResource BackgroundToApplicationThemeConverter}}">
<ContentControl.ContentTemplate>
<DataTemplate x:DataType="viewmodels:ThemeViewModel">
<StackPanel>
<TextBlock
<ScrollViewer VerticalScrollBarVisibility="Auto" Padding="0,0,20,0">
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change padding to 24 to be in line with the rest of the margins/paddings

@felixse
Copy link
Owner

felixse commented Aug 15, 2018

applicationframehost_2018-08-15_18-49-42

The positioning of the scrollbar in themes/profiles is a bit off, we should try to make the detail template to stretch, so that the scrollbar is on the end of the window

But other than that it looks good, thanks for your help 👍

@brullsker
Copy link
Contributor Author

brullsker commented Aug 16, 2018

I think I've done the changes you requested.
Besides, regarding the position of the ScrollBar in Themes / Profiles I totally agree with you, but I think we should open an extra issue for that.

I hope I can help again on some other issues.

@felixse
Copy link
Owner

felixse commented Aug 17, 2018

Was no big issue, I just pushed it into this PR.
Looks goods now, thank you 😃

@felixse felixse merged commit e0cde7f into felixse:master Aug 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants