mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Fix code-style
Contributes to CURA-5942. Co-Authored-By: diegopradogesto <d.pradogesto@ultimaker.com>
This commit is contained in:
parent
c5d0ed2651
commit
c8e065d7a7
1 changed files with 2 additions and 1 deletions
|
|
@ -12,7 +12,8 @@ Item
|
||||||
id: base
|
id: base
|
||||||
|
|
||||||
// Enumeration with the different possible alignments of the popup with respect of the headerItem
|
// Enumeration with the different possible alignments of the popup with respect of the headerItem
|
||||||
enum PopupAlignment {
|
enum PopupAlignment
|
||||||
|
{
|
||||||
AlignLeft,
|
AlignLeft,
|
||||||
AlignRight
|
AlignRight
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue