Skip to content

Commit

Permalink
调宽页码显示支持4位数
Browse files Browse the repository at this point in the history
  • Loading branch information
tinymins committed Dec 20, 2016
1 parent 339fd09 commit 3ccad3a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion MY_ChatLog/src/MY_ChatLog.lua
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ local TONG_MEMBER_LOGOUT_MSG = '^' .. MY.String.PatternEscape(g_tStrings.STR_GUI
------------------------------------------------------------------------------------------------------
local PAGE_AMOUNT = 150
local EXPORT_SLICE = 100
local PAGE_DISPLAY = 17
local PAGE_DISPLAY = 14
local SZ_INI = MY.GetAddonInfo().szRoot .. "MY_ChatLog/ui/MY_ChatLog.ini"
local LOG_TYPE = {
{title = g_tStrings.tChannelName["MSG_WHISPER" ], channels = {"MSG_WHISPER" }},
Expand Down
13 changes: 7 additions & 6 deletions MY_ChatLog/ui/MY_ChatLog.ini
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@ PosType=8
HandleType=3
HAlign=0
RowSpacing=0
Width=32
Width=42
Height=25
IgnoreInvisibleChild=1

Expand All @@ -759,7 +759,7 @@ IgnoreInvisibleChild=1
._Parent=Handle_Indexes
PosType=8
HandleType=0
Width=32
Width=42
Height=25
HAlign=0
VAlign=0
Expand All @@ -775,7 +775,7 @@ Top=0
PosType=0
ShadowColor=orange1
Alpha=225
Width=30
Width=40
Height=25
LockShowAndHide=1

Expand All @@ -787,8 +787,8 @@ RowSpacing=0
FontSpacing=0
Alpha=255
OrgText=1
$Text=1
Width=32
$Text=9999
Width=42
Height=25
HAlign=1
VAlign=1
Expand All @@ -806,7 +806,7 @@ FontSpacing=0
Alpha=255
$Text=_
OrgText=1
Width=32
Width=42
Height=25
HAlign=1
VAlign=2
Expand Down Expand Up @@ -927,3 +927,4 @@ SelectBgColorAlpha=255
SelFontScheme=18
CaretFontScheme=18
SelectBgColor=black

0 comments on commit 3ccad3a

Please sign in to comment.