C++ / fmt (pull_request) Successful in 4s
JS/TS / fmt (pull_request) Successful in 20s
JS/TS / lint (pull_request) Successful in 22s
Python / static (pull_request) Successful in 57s
Rust / fmt (pull_request) Successful in 1m2s
C++ / build (pull_request) Successful in 2m10s
Rust / build (pull_request) Successful in 1m50s
Rust / clippy (pull_request) Successful in 1m25s
Python / verify (pull_request) Successful in 2m58s
C++ / clang-tidy (pull_request) Successful in 7m8s
14 lines
321 B
QML
14 lines
321 B
QML
import QtQuick
|
|
import QtQuick.Layouts
|
|
import qs.Components
|
|
import ZShell.Config
|
|
import qs.Services
|
|
|
|
CustomRect {
|
|
Layout.bottomMargin: dockRow.padding + Tokens.rounding.medium
|
|
Layout.fillHeight: true
|
|
Layout.topMargin: dockRow.padding + Tokens.rounding.medium
|
|
color: Colors.palette.m3outlineVariant
|
|
implicitWidth: 1
|
|
}
|