Skip to content

Commit

Permalink
qgis#33955 Issue Fixed
Browse files Browse the repository at this point in the history
Modified layer prop. info text a bit smaller and first cell column a bit larger.
  • Loading branch information
Nikunjbansal99 committed Jan 21, 2020
1 parent 07b64aa commit b983a41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/qgsapplication.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1436,7 +1436,7 @@ QString QgsApplication::reportStyleSheet( QgsApplication::StyleSheetType styleSh
"table.tabular-view, table.list-view { "
" border-collapse: collapse;"
" table-layout:fixed;"
" width: 100% !important;"
" width: 75% !important;"
"}"
// Override
"h1 { "
Expand All @@ -1448,7 +1448,7 @@ QString QgsApplication::reportStyleSheet( QgsApplication::StyleSheetType styleSh
"}"
// Set first column width
".list-view th:first-child, .list-view td:first-child {"
" width: 15%;"
" width: 25%;"
"}"
".list-view.highlight { "
" padding-left: inherit; "
Expand Down

0 comments on commit b983a41

Please sign in to comment.