Skip to content

Commit

Permalink
HTTPS link to ux.stackexchange.com (#80255)
Browse files Browse the repository at this point in the history
saves a HTTP redirect
  • Loading branch information
coliff authored and joaomoreno committed Sep 3, 2019
1 parent eafa759 commit 13b681e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/base/browser/ui/sash/sash.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export class Sash extends Disposable {
this._register(domEvent(this.el, EventType.Start)(this.onTouchStart, this));

if (isIPad) {
// see also http://ux.stackexchange.com/questions/39023/what-is-the-optimum-button-size-of-touch-screen-applications
// see also https://ux.stackexchange.com/questions/39023/what-is-the-optimum-button-size-of-touch-screen-applications
addClass(this.el, 'touch');
}

Expand Down

0 comments on commit 13b681e

Please sign in to comment.