mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 05:23:58 -06: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
|
||||
|
||||
// Enumeration with the different possible alignments of the popup with respect of the headerItem
|
||||
enum PopupAlignment {
|
||||
enum PopupAlignment
|
||||
{
|
||||
AlignLeft,
|
||||
AlignRight
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue