Merge pull request #4159 from keymanapp/fix/windows/4007-proxy-config-window-size

fix(windows): Proxy Configuration window size
This commit is contained in:
Marc Durdin 2020-12-22 11:59:31 +11:00 committed by GitHub
commit a5da8fde47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -2,11 +2,11 @@ inherited frmProxyConfiguration: TfrmProxyConfiguration
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'frmProxyConfiguration'
ClientHeight = 288
ClientWidth = 428
ClientHeight = 176
ClientWidth = 240
Position = poScreenCenter
ExplicitWidth = 434
ExplicitHeight = 317
ExplicitWidth = 246
ExplicitHeight = 205
PixelsPerInch = 96
TextHeight = 13
end

View file

@ -103,7 +103,7 @@ div {
<div id='content'>
<div class='form' id="ProxyServerLabel"><xsl:value-of select="$locale/string[@name='S_ProxyConfiguration_Server']" /></div>
<div class='form' id="ProxyServer">
<input type="text" id="Form_ProxyServer">
<input autofocus="autofocus" type="text" id="Form_ProxyServer">
<xsl:attribute name="value"><xsl:value-of select="/Keyman/Proxy/Server"/></xsl:attribute>
</input>
</div>