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 @@ -445,7 +445,7 @@ impl DrawableComponent for FileRevlogComponent {
445
445
) -> Result < ( ) > {
446
446
if self . visible {
447
447
let percentages = if self . diff . focused ( ) {
448
- ( 30 , 70 )
448
+ ( 0 , 100 )
449
449
} else {
450
450
( 50 , 50 )
451
451
} ;
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