Skip to content

Commit

Permalink
Fix Window Size
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Jan 17, 2014
1 parent 2960040 commit 68d4a67
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/i-nex/.src/About.form
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# Gambas Form File 3.0

{ Form Form
Move(0,0,490,525)
Move(0,0,476,539)
#Scaled = False
#Translate = False
Text = "About"
Icon = Picture["logo/i-nex.0.4.x.png"]
Resizable = False
{ Button1 Button
Move(406,497,77,28)
Move(413,511,63,28)
#Translate = False
Text = "Close"
Picture = Picture["AppIcons/application-exit2.png"]
}
{ TabStrip1 TabStrip
Move(0,0,483,497)
Move(0,0,476,511)
Count = 4
Index = 0
Text = ("Main")
Expand All @@ -25,18 +25,18 @@
Stretch = True
}
{ TextLabel1 TextLabel
Move(252,7,224,231)
Move(252,0,210,231)
#Translate = False
Text = "I-Nex is an application that gathers information for hardware components available on your system and displays it using an user interface similar to the popular Windows tool CPU-Z.\n\nI-Nex can display information for the following components: CPU, GPU, Motherboard, Sound, Hard disks, RAM, Network and USB as well as some system info like the hostname, Linux distribution and version, Xorg, GCC, GLX versions and Linux Kernel info.\n\n"
}
{ ToolButton1 ToolButton
Move(7,385,462,77)
Move(7,399,455,77)
Text = ("If I-Nex in any way you want \nhandy and would help in the \nfurther development of the project. \nBuy me a coffee.")
Picture = Picture["Data/donate.png"]
Border = True
}
{ TextLabel6 TextLabel
Move(7,245,462,126)
Move(7,245,455,147)
Text = ("\nThe difference between I-Nex and the other hardware information GUI tools available for Linux is that the information is better organized and is displayed faster (than lshw-gtk for instance). Also, the hardware information is presented in a way that’s easier to understand than other such tools.\n\nBesides being able to display hardware information, I-Nex can also generate an advanced report for which you can select what to include and optionally send the report to a service such as Pastebin (and others). It also features an option to take a screenshot of the I-Nex window directly from the application.")
}
Index = 1
Expand Down Expand Up @@ -195,7 +195,7 @@
Index = 0
}
{ Button4 Button
Move(0,497,161,28)
Move(0,511,161,28)
#Translate = False
Text = "I-Nex Home page"
Picture = Picture["AppIcons/applications-internet.png"]
Expand Down

0 comments on commit 68d4a67

Please sign in to comment.