mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-05-30 02:49:12 -04:00
13 lines
184 B
QML
13 lines
184 B
QML
// Copyright (C) 2025-2026 Petr Mironychev
|
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
import QtQuick
|
|
|
|
Rectangle {
|
|
id: root
|
|
|
|
height: 15
|
|
width: 1
|
|
color: palette.mid
|
|
}
|