mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-13 12:19:25 +00:00
Merge pull request #4159 from keymanapp/fix/windows/4007-proxy-config-window-size
fix(windows): Proxy Configuration window size
This commit is contained in:
commit
a5da8fde47
2 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue