Author: M0...@gm...
Date: Wed Nov 19 14:24:38 2008
New Revision: 304
Modified:
branches/iVL/.project
branches/iVL/DevLog
branches/iVL/FrmNetConf.form
branches/iVL/installer.gambas
Log:
- Resized (smaller) textboxes for hostname and domain name on Netconf
window (for better looks @ lower resolutions
- Updated binary
Modified: branches/iVL/.project
==============================================================================
--- branches/iVL/.project (original)
+++ branches/iVL/.project Wed Nov 19 14:24:38 2008
@@ -2,7 +2,7 @@
# Compiled with Gambas 2.9.0
Title=VectorLinux Installer
Startup=MdlCore
-Version=0.0.199
+Version=0.0.200
Library=gb.gtk
Library=gb.form
Library=gb.debug
Modified: branches/iVL/DevLog
==============================================================================
--- branches/iVL/DevLog (original)
+++ branches/iVL/DevLog Wed Nov 19 14:24:38 2008
@@ -1,3 +1,3 @@
-- Fixed bugs in LILO setup step
-- Fixed syntax errors in generated lilo.conf
-- Optimized Network and Install windows for 800x600 resolutions
+- Resized (smaller) textboxes for hostname and domain name on Netconf
window (for better looks @ lower resolutions
+- Updated binary
+
Modified: branches/iVL/FrmNetConf.form
==============================================================================
--- branches/iVL/FrmNetConf.form (original)
+++ branches/iVL/FrmNetConf.form Wed Nov 19 14:24:38 2008
@@ -25,17 +25,17 @@
Alignment = Align.Normal
}
{ txtHostName TextBox
- MoveScaled(16,0,28,3)
+ MoveScaled(16,0,22.8571,3)
Text = ("")
MaxLength = 24
}
{ tlDomainName TextLabel
- MoveScaled(45,0,9,3)
+ MoveScaled(41,0,9,3)
Text = ("Domain")
Alignment = Align.Normal
}
{ tbDomain TextBox
- MoveScaled(56,0,29,3)
+ MoveScaled(52,0,22.8571,3)
Text = ("")
MaxLength = 24
}
Modified: branches/iVL/installer.gambas
==============================================================================
Binary files. No diff available.
|