NPill better naming so files stay closeby
This commit is contained in:
parent
ccd7458ea3
commit
e3d9ab5679
3 changed files with 2 additions and 2 deletions
|
|
@ -40,7 +40,7 @@ Item {
|
|||
|
||||
Component {
|
||||
id: verticalPillComponent
|
||||
NVerticalPill {
|
||||
NPillVertical {
|
||||
icon: root.icon
|
||||
text: root.text
|
||||
tooltipText: root.tooltipText
|
||||
|
|
@ -65,7 +65,7 @@ Item {
|
|||
|
||||
Component {
|
||||
id: horizontalPillComponent
|
||||
NHorizontalPill {
|
||||
NPillHorizontal {
|
||||
icon: root.icon
|
||||
text: root.text
|
||||
tooltipText: root.tooltipText
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue