aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS/Audio Player.Designer.vb
diff options
context:
space:
mode:
authorwilliam1008 <[email protected]>2015-03-23 12:57:33 +1300
committerwilliam1008 <[email protected]>2015-03-23 12:57:33 +1300
commit965207dac55e9e1cfbfcab7d229eca417d41d118 (patch)
treecfdb8c1f32e5acf59ce22e665dab9e3d44eade6c /ShiftOS/Audio Player.Designer.vb
parenta276b027fb14540aaae66b1e0f42706174b77938 (diff)
downloadshiftos-965207dac55e9e1cfbfcab7d229eca417d41d118.tar.gz
shiftos-965207dac55e9e1cfbfcab7d229eca417d41d118.tar.bz2
shiftos-965207dac55e9e1cfbfcab7d229eca417d41d118.zip
Mod workpr/18
Improved SRIP mod communication system and tested with mod, will soon release mod template files and documentation. Currently only has 4 commands, please add more. This is a starter.
Diffstat (limited to 'ShiftOS/Audio Player.Designer.vb')
-rw-r--r--ShiftOS/Audio Player.Designer.vb4
1 files changed, 2 insertions, 2 deletions
diff --git a/ShiftOS/Audio Player.Designer.vb b/ShiftOS/Audio Player.Designer.vb
index 524360e..8a0e2a4 100644
--- a/ShiftOS/Audio Player.Designer.vb
+++ b/ShiftOS/Audio Player.Designer.vb
@@ -288,10 +288,10 @@ Partial Class Audio_Player
'
Me.lbtitletext.AutoSize = True
Me.lbtitletext.BackColor = System.Drawing.Color.Transparent
- Me.lbtitletext.Font = New System.Drawing.Font("Felix Titling", 11.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.lbtitletext.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lbtitletext.Location = New System.Drawing.Point(26, 7)
Me.lbtitletext.Name = "lbtitletext"
- Me.lbtitletext.Size = New System.Drawing.Size(129, 18)
+ Me.lbtitletext.Size = New System.Drawing.Size(102, 18)
Me.lbtitletext.TabIndex = 19
Me.lbtitletext.Text = "Audio Player"
'