Skip to content
This repository was archived by the owner on Apr 11, 2021. It is now read-only.

Commit 9534f4d

Browse files
author
Goce Petrovski
committed
Increased the height of the underline view.
1 parent f545db1 commit 9534f4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ScrollableSegmentedControl/ScrollableSegmentedControl.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ public enum ScrollableSegmentedControlSegmentStyle: Int {
581581
private func configureConstraints() {
582582
if let underline = underlineView {
583583
underline.translatesAutoresizingMaskIntoConstraints = false
584-
underline.heightAnchor.constraint(equalToConstant: 3.0).isActive = true
584+
underline.heightAnchor.constraint(equalToConstant: 4.0).isActive = true
585585
underline.leadingAnchor.constraint(equalTo: contentView.leadingAnchor).isActive = true
586586
underline.trailingAnchor.constraint(equalTo: contentView.trailingAnchor).isActive = true
587587
underline.bottomAnchor.constraint(equalTo: contentView.bottomAnchor).isActive = true

0 commit comments

Comments
 (0)