Skip to content

Commit 32064d9

Browse files
andrei47wRainDalena
authored andcommitted
gui: tab width change and lineEdit border
Signed-off-by: Andrei Popa <[email protected]> Signed-off-by: JDalenaJ <[email protected]>
1 parent ae81c7c commit 32064d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gui/style/qss/generic/global.qss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ QTabBar::tab QLabel {
147147
}
148148

149149
QTabBar::tab {
150-
min-width: &unit_5&;
150+
min-width: &unit_6&;
151151
background: &background_primary&;
152152
font-size: &font_size_1&;
153153
font-weight: bold;

gui/style/qss/properties/lineedit/menuLineEdit.qss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ QLineEdit {
33
color: &content_default&;
44
font-size: &font_size&;
55
border: 0px solid transparent;
6-
border-bottom: 1px solid &content_default&;
6+
border-bottom: 1px solid &interactive_subtle_idle&;
77
border-radius: 0;
88
padding: 0 &padding_interactive& 0 &padding_interactive&;
99
}

0 commit comments

Comments
 (0)