Skip to content

Commit

Permalink
Makes layer prop. info text a bit smaller
Browse files Browse the repository at this point in the history
... also makes first cell column a bit larger

Fixes #33862 (partial fix)
  • Loading branch information
elpaso authored and nyalldawson committed Feb 5, 2020
1 parent e0dbd33 commit e172a6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/qgsapplication.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1424,6 +1424,7 @@ QString QgsApplication::reportStyleSheet( QgsApplication::StyleSheetType styleSh
" border-collapse: collapse;"
" table-layout:fixed;"
" width: 100% !important;"
" font-size: 90%;"
"}"
// Override
"h1 { "
Expand All @@ -1435,7 +1436,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 e172a6b

Please sign in to comment.