Skip to content

Commit

Permalink
Really remove "Parameters" as default for 'group'
Browse files Browse the repository at this point in the history
What we did in the past was just to remove it from the Dialog example.
  • Loading branch information
henrikt-ma committed Jan 22, 2021
1 parent ac429c7 commit d107e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/annotations.tex
Expand Up @@ -1418,7 +1418,7 @@ \section{Annotations for the Graphical User Interface}\label{annotations-for-the
\begin{lstlisting}[language=modelica]
record Dialog
parameter String tab = "General";
parameter String group = "Parameters";
parameter String group = "";
parameter Boolean enable = true;
parameter Boolean showStartAttribute = false;
parameter Boolean colorSelector = false;
Expand Down

0 comments on commit d107e31

Please sign in to comment.