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 committed Jan 21, 2020
1 parent ccc7ad5 commit 2d3f4c6
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 2d3f4c6

Please sign in to comment.