forked from Shinonome/dots-hyprland
cheatsheet: adjust appearance
This commit is contained in:
@@ -28,7 +28,9 @@ Item {
|
|||||||
"mouse:273": "RMB",
|
"mouse:273": "RMB",
|
||||||
"mouse:275": "MouseBack",
|
"mouse:275": "MouseBack",
|
||||||
"Slash": "/",
|
"Slash": "/",
|
||||||
"Hash": "#"
|
"Hash": "#",
|
||||||
|
"Return": "Enter",
|
||||||
|
// "Shift": "",
|
||||||
})
|
})
|
||||||
|
|
||||||
RowLayout { // Keybind columns
|
RowLayout { // Keybind columns
|
||||||
@@ -120,7 +122,7 @@ Item {
|
|||||||
id: commentComponent
|
id: commentComponent
|
||||||
Item {
|
Item {
|
||||||
id: commentItem
|
id: commentItem
|
||||||
implicitWidth: commentText.implicitWidth + 5 * 2
|
implicitWidth: commentText.implicitWidth + 8 * 2
|
||||||
implicitHeight: commentText.implicitHeight
|
implicitHeight: commentText.implicitHeight
|
||||||
|
|
||||||
StyledText {
|
StyledText {
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ Rectangle {
|
|||||||
property real horizontalPadding: 7
|
property real horizontalPadding: 7
|
||||||
property real verticalPadding: 2
|
property real verticalPadding: 2
|
||||||
property real borderWidth: 1
|
property real borderWidth: 1
|
||||||
property real bottomBorderWidth: 3
|
property real bottomBorderWidth: 2
|
||||||
property color borderColor: Appearance.colors.colOnLayer0
|
property color borderColor: Appearance.colors.colOnLayer0
|
||||||
property real borderRadius: 5
|
property real borderRadius: 5
|
||||||
property color keyColor: Appearance.m3colors.m3surfaceContainerLow
|
property color keyColor: Appearance.m3colors.m3surfaceContainerLow
|
||||||
|
|||||||
Reference in New Issue
Block a user