Skip to content

Commit

Permalink
[ui] use a lower size for border in metadata information
Browse files Browse the repository at this point in the history
  • Loading branch information
slarosa committed Oct 10, 2020
1 parent 6829e63 commit b788aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsapplication.cpp
Expand Up @@ -1460,7 +1460,7 @@ QString QgsApplication::reportStyleSheet( QgsApplication::StyleSheetType styleSh
" width: 95%;"
"}"
".tabular-view th, .tabular-view td { "
" border:10px solid black;"
" border:1px solid black;"
"}" );
break;

Expand Down

0 comments on commit b788aa2

Please sign in to comment.