Skip to content

Commit 60779dd

Browse files
committed
themes: use only 1px for the focus border
The focus border looks better in more configuration as a nice subtle 1px border. Suggested-by: Mariusz Jaskółka <mar.jaskolka@gmail.com> Signed-off-by: David Aguilar <davvid@gmail.com>
1 parent d0891a7 commit 60779dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cola/themes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def style_sheet_flat(self):
173173
/* Focused widths get a thin border */
174174
QTreeView:focus, QListView:focus,
175175
QLineEdit:focus, QTextEdit:focus, QPlainTextEdit:focus {
176-
border-width: 2px;
176+
border-width: 1px;
177177
border-style: solid;
178178
border-color: %(focus)s;
179179
}

0 commit comments

Comments
 (0)