Fix spacing on profile advanced page#8065
Merged
DHowett merged 1 commit intofeature/settings-uifrom Oct 27, 2020
Merged
Conversation
Member
|
gimme up a good good screenshoot |
DHowett
reviewed
Oct 27, 2020
Comment on lines
+246
to
+253
| <CheckBox x:Uid="Profile_Hidden" Margin="0,0,0,20" FontSize="15" ToolTipService.Placement="Mouse" /> | ||
| <CheckBox x:Uid="Profile_SuppressApplicationTitle" Margin="0,0,0,20" FontSize="15" ToolTipService.Placement="Mouse" /> | ||
| <Controls:RadioButtons x:Uid="Profile_AntialiasingMode" Margin="0,0,0,20" FontSize="15" ToolTipService.Placement="Mouse"> | ||
| <RadioButton x:Uid="Profile_AntialiasingModeGrayscale" x:Name="antialiasingTextGrayscale"/> | ||
| <RadioButton x:Uid="Profile_AntialiasingModeClearType" x:Name="antialiasingTextClearType"/> | ||
| <RadioButton x:Uid="Profile_AntialiasingModeAliased" x:Name="antialiasingTextAliased"/> | ||
| </Controls:RadioButtons> | ||
| <CheckBox x:Uid="Profile_AltGrAliasing" ToolTipService.Placement="Mouse" /> | ||
| <CheckBox x:Uid="Profile_SnapOnInput" ToolTipService.Placement="Mouse" /> | ||
| <Controls:NumberBox x:Uid="Profile_HistorySize" Margin="0,0,0,10" Value="9001" SpinButtonPlacementMode="Compact" SmallChange="10" LargeChange="100" ToolTipService.Placement="Mouse" /> | ||
| <Controls:RadioButtons x:Uid="Profile_CloseOnExit" Margin="0,0,0,10" ToolTipService.Placement="Mouse"> | ||
| <CheckBox x:Uid="Profile_AltGrAliasing" Margin="0,0,0,20" FontSize="15" ToolTipService.Placement="Mouse" /> |
Member
There was a problem hiding this comment.
is there some way for us to abstract these out? it seems silly to hardcode it 500 times...
DHowett
approved these changes
Oct 27, 2020
Member
|
These build breaks are my fault; you can safely ignore them |
34 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
When I did the polishing I forgot to do the Advanced page under profiles. I fixed that here.