File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ impl DrawableComponent for CompareCommitsComponent {
44
44
) -> Result < ( ) > {
45
45
if self . is_visible ( ) {
46
46
let percentages = if self . diff . focused ( ) {
47
- ( 30 , 70 )
47
+ ( 0 , 100 )
48
48
} else {
49
49
( 50 , 50 )
50
50
} ;
Original file line number Diff line number Diff line change @@ -446,7 +446,7 @@ impl DrawableComponent for FileRevlogComponent {
446
446
) -> Result < ( ) > {
447
447
if self . visible {
448
448
let percentages = if self . diff . focused ( ) {
449
- ( 30 , 70 )
449
+ ( 0 , 100 )
450
450
} else {
451
451
( 50 , 50 )
452
452
} ;
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ impl DrawableComponent for InspectCommitComponent {
71
71
) -> Result < ( ) > {
72
72
if self . is_visible ( ) {
73
73
let percentages = if self . diff . focused ( ) {
74
- ( 30 , 70 )
74
+ ( 0 , 100 )
75
75
} else {
76
76
( 50 , 50 )
77
77
} ;
You can’t perform that action at this time.
0 commit comments