개정판 aab03f72
issue #1204: font size 60->999, 도메인 비교전 대문자로 변경.
Change-Id: I27456c77d307f8ccc2be4e91e69d77933cb018c4
KCOM/App.xaml.cs | ||
---|---|---|
132 | 132 |
App.FileLogger.Fatal("hostEntry == null"); |
133 | 133 |
isExternal = true; |
134 | 134 |
} |
135 |
else if (!hostEntry.HostName.EndsWith(localdomain)) |
|
135 |
else if (!hostEntry.HostName.ToUpper().EndsWith(localdomain))
|
|
136 | 136 |
{ |
137 | 137 |
// 외부 사용자 |
138 | 138 |
App.FileLogger.Fatal("hostEntry != localdomain :" + hostEntry.HostName); |
KCOM/Views/TopMenu.xaml | ||
---|---|---|
497 | 497 |
<telerik:RadNumericUpDown x:Name="comboFontSize" |
498 | 498 |
Width="35" |
499 | 499 |
HorizontalContentAlignment="Center" |
500 |
Maximum="60"
|
|
500 |
Maximum="999"
|
|
501 | 501 |
Minimum="1" |
502 | 502 |
NumberDecimalDigits="0" |
503 | 503 |
telerik:StyleManager.Theme="Windows7" |
내보내기 Unified diff