File tree Expand file tree Collapse file tree
share/qtvcp/screens/qtplasmac Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -584,6 +584,21 @@ QHeaderView::section {
584584 color: backgnd;
585585 background-color: foregnd }
586586
587+ #filemanager QListView {
588+ border: 1px solid foregnd;
589+ border-radius: 4px;
590+ font: 11pt 'DejaVuSans';
591+ alternate-background-color: backalt;
592+ padding: 2px }
593+
594+ #filemanager QListView::item:selected:active {
595+ color: backgnd;
596+ background-color: foregnd }
597+
598+ #filemanager QListView::item:selected:!active {
599+ color: backgnd;
600+ background-color: foregnd }
601+
587602#filemanager QComboBox {
588603 height: 40px;
589604 padding-right: 6px}
@@ -685,6 +700,12 @@ QScrollBar::add-line:vertical {
685700QScrollBar::sub-line:vertical {
686701 height: 0px }
687702
703+ QListView QScrollBar:vertical {
704+ margin-left: 1px }
705+
706+ QListView QScrollBar:horizontal {
707+ margin-top: 1px }
708+
688709/****** MENU ************/
689710QMenu {
690711 font: 11pt;
Original file line number Diff line number Diff line change 1- VERSION = '1.235.269 '
1+ VERSION = '1.235.270 '
22
33'''
44qtplasmac_handler.py
Original file line number Diff line number Diff line change @@ -30,6 +30,12 @@ <h2>QtPlasmaC Version History</h2>
3030</ table >
3131< br >
3232<!--- ****** ADD NEXT VERSION BELOW THIS LINE ****** --->
33+ < br > < b > < u > v1.235.270 2023 Mar 25</ u > </ b >
34+ < ul style ="margin:0; ">
35+ < li > update stylesheet to handle filemanager listview</ li >
36+ </ ul >
37+ < i > Changes submitted by snowgoer540 (Greg Carl)</ i > < br >
38+
3339< br > < b > < u > v1.235.269 2023 Mar 24</ u > </ b >
3440< ul style ="margin:0; ">
3541 < li > remove blank file props workaround</ li >
You can’t perform that action at this time.
0 commit comments