Skip to content

Commit

Permalink
gui: tab width change and lineEdit border
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Popa <[email protected]>
  • Loading branch information
andrei47w authored and adisuciu committed Nov 22, 2024
1 parent 5ebd3a4 commit 1094454
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gui/style/qss/generic/global.qss
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ QTabBar::tab QLabel {
}

QTabBar::tab {
min-width: &unit_5&;
min-width: &unit_6&;
background: &background_primary&;
font-size: &font_size_1&;
font-weight: bold;
Expand Down
2 changes: 1 addition & 1 deletion gui/style/qss/properties/lineedit/menuLineEdit.qss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ QLineEdit[&&property&&=true] {
color: &content_default&;
font-size: &font_size&;
border: 0px solid transparent;
border-bottom: 1px solid &content_default&;
border-bottom: 1px solid &interactive_subtle_idle&;
border-radius: 0;
padding: 0 &padding_interactive& 0 &padding_interactive&;
}
Expand Down

0 comments on commit 1094454

Please sign in to comment.