Skip to content

Commit cf2c58a

Browse files
committed
Install/conf viewer: improved readability
1 parent a799acc commit cf2c58a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ for future and past milestones.
100100
dataset attributes were systematically copied to signal/image metadata: we now
101101
only copy the attributes which match standard data types (integers, floats, strings)
102102
to avoid errors when serializing/deserializing the signal/image object
103+
* Installation/configuration viewer: improved readability (removed syntax highlighting)
103104

104105
## DataLab Version 0.9.2 ##
105106

cdl/widgets/instconfviewer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def __init__(self, parent: QW.QWidget | None = None) -> None:
102102
_("User configuration"),
103103
),
104104
):
105-
viewer = FileViewerWidget(language="Python")
105+
viewer = FileViewerWidget()
106106
viewer.set_data(title, contents)
107107
self.tabs.addTab(viewer, tab_icon, tab_title)
108108
layout = QW.QVBoxLayout()

0 commit comments

Comments
 (0)