Skip to content

Commit a251ced

Browse files
committed
fix(UI): Adjust Tabs width to fix text properly
1 parent 742ca6f commit a251ced

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

Frames/MangFrames_Tabs.lua

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ function MangAdmin:CreateTabs()
7373
}
7474
},
7575
size = {
76-
width = 30,
76+
width = 40,
7777
height = 20
7878
},
7979
setpoint = {
@@ -99,7 +99,7 @@ function MangAdmin:CreateTabs()
9999
}
100100
},
101101
size = {
102-
width = 30,
102+
width = 35,
103103
height = 20
104104
},
105105
setpoint = {
@@ -125,7 +125,7 @@ function MangAdmin:CreateTabs()
125125
}
126126
},
127127
size = {
128-
width = 30,
128+
width = 35,
129129
height = 20
130130
},
131131
setpoint = {
@@ -178,7 +178,7 @@ function MangAdmin:CreateTabs()
178178
}
179179
},
180180
size = {
181-
width = 40,
181+
width = 55,
182182
height = 20
183183
},
184184
setpoint = {
@@ -204,7 +204,7 @@ function MangAdmin:CreateTabs()
204204
}
205205
},
206206
size = {
207-
width = 30,
207+
width = 40,
208208
height = 20
209209
},
210210
setpoint = {
@@ -231,7 +231,7 @@ function MangAdmin:CreateTabs()
231231
}
232232
},
233233
size = {
234-
width = 40,
234+
width = 55,
235235
height = 20
236236
},
237237
setpoint = {
@@ -257,7 +257,7 @@ function MangAdmin:CreateTabs()
257257
}
258258
},
259259
size = {
260-
width = 30,
260+
width = 35,
261261
height = 20
262262
},
263263
setpoint = {
@@ -283,7 +283,7 @@ function MangAdmin:CreateTabs()
283283
}
284284
},
285285
size = {
286-
width = 35,
286+
width = 40,
287287
height = 20
288288
},
289289
setpoint = {

0 commit comments

Comments
 (0)