Skip to content

Commit 3ccad3a

Browse files
committed
调宽页码显示支持4位数
1 parent 339fd09 commit 3ccad3a

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

MY_ChatLog/src/MY_ChatLog.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ local TONG_MEMBER_LOGOUT_MSG = '^' .. MY.String.PatternEscape(g_tStrings.STR_GUI
3737
------------------------------------------------------------------------------------------------------
3838
local PAGE_AMOUNT = 150
3939
local EXPORT_SLICE = 100
40-
local PAGE_DISPLAY = 17
40+
local PAGE_DISPLAY = 14
4141
local SZ_INI = MY.GetAddonInfo().szRoot .. "MY_ChatLog/ui/MY_ChatLog.ini"
4242
local LOG_TYPE = {
4343
{title = g_tStrings.tChannelName["MSG_WHISPER" ], channels = {"MSG_WHISPER" }},

MY_ChatLog/ui/MY_ChatLog.ini

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,7 @@ PosType=8
750750
HandleType=3
751751
HAlign=0
752752
RowSpacing=0
753-
Width=32
753+
Width=42
754754
Height=25
755755
IgnoreInvisibleChild=1
756756

@@ -759,7 +759,7 @@ IgnoreInvisibleChild=1
759759
._Parent=Handle_Indexes
760760
PosType=8
761761
HandleType=0
762-
Width=32
762+
Width=42
763763
Height=25
764764
HAlign=0
765765
VAlign=0
@@ -775,7 +775,7 @@ Top=0
775775
PosType=0
776776
ShadowColor=orange1
777777
Alpha=225
778-
Width=30
778+
Width=40
779779
Height=25
780780
LockShowAndHide=1
781781

@@ -787,8 +787,8 @@ RowSpacing=0
787787
FontSpacing=0
788788
Alpha=255
789789
OrgText=1
790-
$Text=1
791-
Width=32
790+
$Text=9999
791+
Width=42
792792
Height=25
793793
HAlign=1
794794
VAlign=1
@@ -806,7 +806,7 @@ FontSpacing=0
806806
Alpha=255
807807
$Text=_
808808
OrgText=1
809-
Width=32
809+
Width=42
810810
Height=25
811811
HAlign=1
812812
VAlign=2
@@ -927,3 +927,4 @@ SelectBgColorAlpha=255
927927
SelFontScheme=18
928928
CaretFontScheme=18
929929
SelectBgColor=black
930+

0 commit comments

Comments
 (0)