Skip to content

Commit

Permalink
- fix width of ::bool and ::ivx inputlines
Browse files Browse the repository at this point in the history
  • Loading branch information
dk committed Oct 24, 2007
1 parent ea7c2e7 commit b639e61
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Prima/VB/Classes.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1535,7 +1535,6 @@ sub open
my $h = $self-> {container}-> height;
$self-> {A} = $self-> {container}-> insert( SpinEdit =>
origin => [ 5, $h - 36],
width => 120,
min => -16383,
max => 16383,
onChange => sub {
Expand Down Expand Up @@ -1571,7 +1570,6 @@ sub open
my $h = $self-> {container}-> height;
$self-> {A} = $self-> {container}-> insert( CheckBox =>
origin => [ 5, $h - 36],
width => 120,
text => $self-> {id},
onClick => sub {
$self-> change;
Expand Down Expand Up @@ -1799,7 +1797,6 @@ sub open
my $h = $self-> {container}-> height;
$self-> {A} = $self-> {container}-> insert( SpinEdit =>
origin => [ 5, $h - 72],
width => 120,
min => -16383,
max => 16383,
onChange => sub {
Expand All @@ -1816,7 +1813,6 @@ sub open

$self-> {B} = $self-> {container}-> insert( SpinEdit =>
origin => [ 5, $self-> {A}-> bottom - $self-> {container}-> font-> height - 39],
width => 120,
min => -16383,
max => 16383,
onChange => sub {
Expand Down Expand Up @@ -1902,7 +1898,6 @@ sub open

$self-> {C} = $self-> {container}-> insert( SpinEdit =>
origin => [ 5, $self-> {B}-> bottom - $self-> {container}-> font-> height - 39],
width => 120,
min => -16383,
max => 16383,
onChange => sub {
Expand All @@ -1919,7 +1914,6 @@ sub open

$self-> {D} = $self-> {container}-> insert( SpinEdit =>
origin => [ 5, $self-> {C}-> bottom - $self-> {container}-> font-> height - 39],
width => 120,
min => -16383,
max => 16383,
onChange => sub {
Expand Down

0 comments on commit b639e61

Please sign in to comment.