Skip to content

Commit 1a9d28f

Browse files
authored
1 parent 31841f8 commit 1a9d28f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

LuaMenu/widgets/chobby/components/interface_root.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ function GetInterfaceRoot(optionsParent, mainWindowParent, fontFunction)
234234
parent = holder_status,
235235
resizable = false,
236236
draggable = false,
237-
padding = {16, 0, 16, 0},
237+
padding = {17, 0, 30, 0},
238238
children = {}
239239
}
240240
local panelButtons_buttons = Control:New {

LuaMenu/widgets/gui_user_status_panel.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,12 +170,12 @@ local function InitializeControls(window)
170170
name = "connectivityText",
171171
x = USER_STATUS_X + 2,
172172
width = 150,
173-
y = USER_STATUS_Y + 5,
173+
y = USER_STATUS_Y + 4,
174174
height = 20,
175175
valign = "center",
176176
text = "\255\180\180\180" .. i18n("offline") .. "\b",
177-
objectOverrideFont = (WG.Chobby and WG.Chobby.Configuration and WG.Chobby.Configuration:GetFont(1)) or nil,
178-
objectOverrideHintFont = (WG.Chobby and WG.Chobby.Configuration and WG.Chobby.Configuration:GetFont(1)) or nil,
177+
objectOverrideFont = (WG.Chobby and WG.Chobby.Configuration and WG.Chobby.Configuration:GetFont(2)) or nil,
178+
objectOverrideHintFont = (WG.Chobby and WG.Chobby.Configuration and WG.Chobby.Configuration:GetFont(2)) or nil,
179179
parent = window,
180180
}
181181

0 commit comments

Comments
 (0)