diff options
| author | Al12rs <gabriel.cortesi@outlook.com> | 2018-02-26 21:34:14 +0100 |
|---|---|---|
| committer | Al12rs <gabriel.cortesi@outlook.com> | 2018-02-26 21:34:14 +0100 |
| commit | 8ebd79ee71c42152a58364b1f37b42efb5b3b644 (patch) | |
| tree | f363911408226784dd6f868770e9f36936003a08 /src | |
| parent | 61898074fe87fc97b399fba67006339bbedf6950 (diff) | |
Reduced Clear filter red border to one pixel instead of two.
Diffstat (limited to 'src')
| -rw-r--r-- | src/mainwindow.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui index 0f7560c3..f9e64349 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -509,7 +509,7 @@ p, li { white-space: pre-wrap; } <enum>Qt::RightToLeft</enum>
</property>
<property name="styleSheet">
- <string notr="true">border:2px solid #ff0000;</string>
+ <string notr="true">border:1px solid #ff0000;</string>
</property>
<property name="text">
<string>Clear all Filters</string>
|
