Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ enable_saved_on_comments=false
# increase in memory consumption. E.g., by setting the SVG rendering resolution factor to 2.0, an
# SVG can be rendered at twice the width and twice the height, but the memory required to
# represent the image grows by a factor of four.
org.csstudio.display.builder.model/enable_svg_rendering_resolution_factor=false
enable_svg_rendering_resolution_factor=false
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ GroupWidget_Description=Group of widgets
GroupWidget_Name=Group
HighlightActiveRegion=Highlight Active Region
InformativeTooltipActions=Actions to execute when the widget is clicked on.
InformativeTooltopAlarmBorder=Should an alarm border be shown around the widget when the displayed PV signals an alarm?
InformativeTooltipAlarmBorder=Should an alarm border be shown around the widget when the displayed PV signals an alarm?
InformativeTooltipHeight=The height of the widget in pixels.
InformativeTooltipName=The name of the widget.
InformativTooltipPVName=The name of the PV to connect to and to display in the widget.
InformativeTooltipPVName=The name of the PV to connect to and to display in the widget.
InformativeTooltipRules=Rules associated with the widget.
InformativeTooltipScripts=Scripts associated with the widget.
InformativeTooltipTooltip=Text to display in the tooltip of the widget when hovering with the mouse over the widget.
Expand Down