Skip to content

Commit

Permalink
Fix Cache position
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Jan 30, 2012
1 parent e263e78 commit 6ee31cf
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
Binary file modified src/i-nex/.gambas/FINFOSYS
Binary file not shown.
2 changes: 1 addition & 1 deletion src/i-nex/.project
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Title=i-nex
Startup=Finfosys
Icon=logo/i-nex.0.4.x.png
Version=0.4.0
Version=0.4.3
VersionFile=1
Component=gb.image
Component=gb.gtk
Expand Down
18 changes: 9 additions & 9 deletions src/i-nex/.src/Finfosys.form
Original file line number Diff line number Diff line change
Expand Up @@ -77,18 +77,18 @@
Alignment = Align.Justify
}
{ Frame4 Frame
Move(6,312,462,132)
Move(6,312,462,138)
Font = Font["10"]
Text = ("Cache")
{ Label13 Label
Move(6,42,96,24)
Move(6,48,96,24)
Font = Font["Bold,10"]
Padding = 3
Text = ("L1 instruction:")
Alignment = Align.Center
}
{ TextBox33 TextBox
Move(108,12,108,24)
Move(108,18,108,24)
Font = Font["10"]
}
{ ComboBox1 ComboBox
Expand All @@ -98,36 +98,36 @@
Text = ("Select core")
}
{ Label12 Label
Move(6,12,96,24)
Move(6,18,96,24)
Font = Font["Bold,10"]
Padding = 3
Text = ("L1 Data:")
Alignment = Align.Center
}
{ Label14 Label
Move(6,72,96,24)
Move(6,78,96,24)
Font = Font["Bold,10"]
Padding = 3
Text = ("Level 2:")
Alignment = Align.Center
}
{ Label15 Label
Move(6,102,96,24)
Move(6,108,96,24)
Font = Font["Bold,10"]
Padding = 3
Text = ("Level 3:")
Alignment = Align.Center
}
{ TextBox34 TextBox
Move(108,42,108,24)
Move(108,48,108,24)
Font = Font["10"]
}
{ TextBox35 TextBox
Move(108,72,108,24)
Move(108,78,108,24)
Font = Font["10"]
}
{ TextBox36 TextBox
Move(108,102,108,24)
Move(108,108,108,24)
Font = Font["10"]
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/i-nex/.startup
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Finfosys
i-nex
0
0
0.4.0
0.4.3

gb.image
gb.gtk
Expand Down

0 comments on commit 6ee31cf

Please sign in to comment.