Commit 5d0d3ba 1 parent ae2fc11 commit 5d0d3ba Copy full SHA for 5d0d3ba
File tree 2 files changed +2
-2
lines changed
source/modules/gui/panels
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ function PANEL:LabelIcon()
5
5
self :super ()
6
6
7
7
self .m_pIcon = self :Add (" Image" )
8
- self .m_pIcon :Dock (DOCK_LEFT )
9
8
self .m_pIcon :SetSize (16 , 16 )
9
+ self .m_pIcon :SetPos (4 , 4 )
10
10
self .m_pIcon :SetFocusable (false )
11
11
self :InheritMethods (self .m_pIcon )
12
12
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ function PANEL:MusicFileSlider()
13
13
self .m_pSlider :SetNeedsFocus (true )
14
14
15
15
self .m_pFileName = self :Add (" LabelIcon" )
16
- self .m_pFileName :Dock (DOCK_TOP )
16
+ self .m_pFileName :Dock (DOCK_FILL )
17
17
self .m_pFileName :SetTextAlignmentX (" left" )
18
18
self .m_pFileName :SetTextAlignmentY (" center" )
19
19
self .m_pFileName :SetImage (" textures/gui/page.png" )
You can’t perform that action at this time.
0 commit comments