forked from Shinonome/dots-hyprland
remove useless comments
This commit is contained in:
@@ -5,7 +5,7 @@ Item {
|
||||
id: root
|
||||
|
||||
enum CornerEnum { TopLeft, TopRight, BottomLeft, BottomRight }
|
||||
property var corner: RoundCorner.CornerEnum.TopLeft // Default to TopLeft
|
||||
property var corner: RoundCorner.CornerEnum.TopLeft
|
||||
|
||||
property int implicitSize: 25
|
||||
property color color: "#000000"
|
||||
|
||||
Reference in New Issue
Block a user