Skip to content

Commit 5d0d3ba

Browse files
committed
Final few visual fixes.
1 parent ae2fc11 commit 5d0d3ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/modules/gui/panels/labelicon.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ function PANEL:LabelIcon()
55
self:super()
66

77
self.m_pIcon = self:Add("Image")
8-
self.m_pIcon:Dock(DOCK_LEFT)
98
self.m_pIcon:SetSize(16, 16)
9+
self.m_pIcon:SetPos(4, 4)
1010
self.m_pIcon:SetFocusable(false)
1111
self:InheritMethods(self.m_pIcon)
1212

source/modules/gui/panels/musicprobability.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ function PANEL:MusicFileSlider()
1313
self.m_pSlider:SetNeedsFocus(true)
1414

1515
self.m_pFileName = self:Add("LabelIcon")
16-
self.m_pFileName:Dock(DOCK_TOP)
16+
self.m_pFileName:Dock(DOCK_FILL)
1717
self.m_pFileName:SetTextAlignmentX("left")
1818
self.m_pFileName:SetTextAlignmentY("center")
1919
self.m_pFileName:SetImage("textures/gui/page.png")

0 commit comments

Comments
 (0)