mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 03:07:48 -03:00
outline fixes
This commit is contained in:
parent
7988fe55d7
commit
15c4ee0a3f
2 changed files with 2 additions and 2 deletions
|
@ -1301,7 +1301,7 @@ bool TabStrip::ShouldDrawStrokes() const {
|
|||
}
|
||||
|
||||
int TabStrip::Th24StrokeOffset() const {
|
||||
return ShouldDrawStrokes() ? 1 : 0;
|
||||
return ShouldDrawStrokes() ? 2 : 2;
|
||||
}
|
||||
|
||||
void TabStrip::SetSelection(const ui::ListSelectionModel& new_selection) {
|
||||
|
|
|
@ -1241,7 +1241,7 @@ SkPath ChromeRefresh2023TabStyleViews::GetPath(
|
|||
}
|
||||
|
||||
if (Th24State()) {
|
||||
top -= 1;
|
||||
top -= tab()->controller()->Th24StrokeOffset();
|
||||
// Experimental int
|
||||
//bottom -= tab()->controller()->Th24StrokeOffset();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue