style: format
This commit is contained in:
+2
-4
@@ -5,10 +5,8 @@ import QtQuick.Templates as T
|
|||||||
T.Pane {
|
T.Pane {
|
||||||
id: control
|
id: control
|
||||||
|
|
||||||
implicitWidth: Math.max(implicitBackgroundWidth + leftInset + rightInset,
|
implicitWidth: Math.max(implicitBackgroundWidth + leftInset + rightInset, contentWidth + leftPadding + rightPadding)
|
||||||
contentWidth + leftPadding + rightPadding)
|
implicitHeight: Math.max(implicitBackgroundHeight + topInset + bottomInset, contentHeight + topPadding + bottomPadding)
|
||||||
implicitHeight: Math.max(implicitBackgroundHeight + topInset + bottomInset,
|
|
||||||
contentHeight + topPadding + bottomPadding)
|
|
||||||
|
|
||||||
padding: 12
|
padding: 12
|
||||||
|
|
||||||
|
|||||||
+41
-41
@@ -155,57 +155,57 @@ AppWindow {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Row {
|
Row {
|
||||||
AppText {
|
AppText {
|
||||||
text: "duotone"
|
text: "duotone"
|
||||||
}
|
}
|
||||||
AppIcon {
|
AppIcon {
|
||||||
source: "qrc:/live.flowy/imports/DesignSystem/anronicons/duotone/basic/bookmark.svg"
|
source: "qrc:/live.flowy/imports/DesignSystem/anronicons/duotone/basic/bookmark.svg"
|
||||||
color: "green"
|
color: "green"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Row {
|
Row {
|
||||||
AppText {
|
AppText {
|
||||||
text: "duocolor"
|
text: "duocolor"
|
||||||
}
|
}
|
||||||
AppIcon {
|
AppIcon {
|
||||||
source: "qrc:/live.flowy/imports/DesignSystem/anronicons/duocolor/basic/bookmark.svg"
|
source: "qrc:/live.flowy/imports/DesignSystem/anronicons/duocolor/basic/bookmark.svg"
|
||||||
color: "green"
|
color: "green"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Row {
|
Row {
|
||||||
AppText {
|
AppText {
|
||||||
text: "mono"
|
text: "mono"
|
||||||
}
|
}
|
||||||
AppIcon {
|
AppIcon {
|
||||||
source: "qrc:/live.flowy/imports/DesignSystem/anronicons/mono/basic/bookmark.svg"
|
source: "qrc:/live.flowy/imports/DesignSystem/anronicons/mono/basic/bookmark.svg"
|
||||||
color: "green"
|
color: "green"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Row {
|
Row {
|
||||||
AppText {
|
AppText {
|
||||||
text: "gestalt"
|
text: "gestalt"
|
||||||
}
|
}
|
||||||
AppIcon {
|
AppIcon {
|
||||||
source: "qrc:/live.flowy/imports/DesignSystem/anronicons/gestalt/basic/bookmark.svg"
|
source: "qrc:/live.flowy/imports/DesignSystem/anronicons/gestalt/basic/bookmark.svg"
|
||||||
color: "green"
|
color: "green"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Row {
|
Row {
|
||||||
AppText {
|
AppText {
|
||||||
text: "line"
|
text: "line"
|
||||||
}
|
}
|
||||||
AppIcon {
|
AppIcon {
|
||||||
source: "qrc:/live.flowy/imports/DesignSystem/anronicons/line/basic/bookmark.svg"
|
source: "qrc:/live.flowy/imports/DesignSystem/anronicons/line/basic/bookmark.svg"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Row {
|
Row {
|
||||||
AppText {
|
AppText {
|
||||||
text: "filled"
|
text: "filled"
|
||||||
}
|
}
|
||||||
AppIcon {
|
AppIcon {
|
||||||
source: "qrc:/live.flowy/imports/DesignSystem/anronicons/filled/basic/bookmark.svg"
|
source: "qrc:/live.flowy/imports/DesignSystem/anronicons/filled/basic/bookmark.svg"
|
||||||
color: "green"
|
color: "green"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user