Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Commit 0490ab0

Browse files
Small design fix on new tab button
1 parent a1567e4 commit 0490ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qml/BrowserWindow.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ ApplicationWindow {
157157
visible: !(flickable.contentWidth > flickable.width)
158158

159159
color: root._tab_background_color
160-
height: root._tab_height - Units.dp(4)
160+
height: root._tab_height
161161
width: Units.dp(48)
162162
IconButton {
163163
anchors.verticalCenter: parent.verticalCenter

0 commit comments

Comments
 (0)