mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-07 22:15:38 -05:00
styledrect in widgets
This commit is contained in:
@@ -3,7 +3,7 @@ import QtQuick.Controls
|
||||
import qs.Common
|
||||
import qs.Widgets
|
||||
|
||||
Rectangle {
|
||||
StyledRect {
|
||||
id: root
|
||||
|
||||
property alias text: textInput.text
|
||||
@@ -154,7 +154,7 @@ Rectangle {
|
||||
}
|
||||
|
||||
// Clear button
|
||||
Rectangle {
|
||||
StyledRect {
|
||||
id: clearButton
|
||||
|
||||
width: 24
|
||||
|
||||
Reference in New Issue
Block a user