Skip to content

Commit

Permalink
Merge pull request #33955 from elpaso/bugfix-gh33862-layer-properties…
Browse files Browse the repository at this point in the history
…-info-tab-text-size

Makes layer prop. info text a bit smaller
  • Loading branch information
elpaso committed Jan 22, 2020
2 parents 5d87a82 + 2d3f4c6 commit 41f40bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/qgsapplication.cpp
Expand Up @@ -1437,6 +1437,7 @@ QString QgsApplication::reportStyleSheet( QgsApplication::StyleSheetType styleSh
" border-collapse: collapse;"
" table-layout:fixed;"
" width: 100% !important;"
" font-size: 90%;"
"}"
// Override
"h1 { "
Expand All @@ -1448,7 +1449,7 @@ QString QgsApplication::reportStyleSheet( QgsApplication::StyleSheetType styleSh
"}"
// Set first column width
".list-view th:first-child, .list-view td:first-child {"
" width: 15%;"
" width: 20%;"
"}"
".list-view.highlight { "
" padding-left: inherit; "
Expand Down

0 comments on commit 41f40bc

Please sign in to comment.