mirror of
https://github.com/desktop/desktop
synced 2024-11-05 20:49:32 +00:00
Merge pull request #17698 from desktop/preferences-tweaks
Preferences tweaks
This commit is contained in:
commit
bfd116b492
2 changed files with 5 additions and 5 deletions
|
@ -83,10 +83,10 @@ export class Advanced extends React.Component<
|
||||||
: CheckboxValue.Off
|
: CheckboxValue.Off
|
||||||
}
|
}
|
||||||
onChange={this.onRepositoryIndicatorsEnabledChanged}
|
onChange={this.onRepositoryIndicatorsEnabledChanged}
|
||||||
ariaDescribedBy="periodic-fecth-description"
|
ariaDescribedBy="periodic-fetch-description"
|
||||||
/>
|
/>
|
||||||
<p
|
<div
|
||||||
id="periodic-fecth-description"
|
id="periodic-fetch-description"
|
||||||
className="git-settings-description"
|
className="git-settings-description"
|
||||||
>
|
>
|
||||||
<p>
|
<p>
|
||||||
|
@ -99,7 +99,7 @@ export class Advanced extends React.Component<
|
||||||
currently selected repository, but may improve overall app
|
currently selected repository, but may improve overall app
|
||||||
performance for users with many repositories.
|
performance for users with many repositories.
|
||||||
</p>
|
</p>
|
||||||
</p>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{this.renderSSHSettings()}
|
{this.renderSSHSettings()}
|
||||||
<div className="advanced-section">
|
<div className="advanced-section">
|
||||||
|
|
|
@ -415,7 +415,7 @@ dialog {
|
||||||
width: 600px;
|
width: 600px;
|
||||||
|
|
||||||
.dialog-content {
|
.dialog-content {
|
||||||
min-height: 375px;
|
min-height: 410px;
|
||||||
}
|
}
|
||||||
|
|
||||||
// This is to ensure that the dialog content is accessible when zoomed in
|
// This is to ensure that the dialog content is accessible when zoomed in
|
||||||
|
|
Loading…
Reference in a new issue