Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .syncexclude
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
# Paths that will be exclude from synchronize workflow
# Please use relative path which use project directory as root
# Notice that
# * .git
# * debian
# * archlinux
# * .obs
# * .github
# are always ignored
linglong.yaml
VERSION
CHANGELOG.md
1 change: 1 addition & 0 deletions qt6/src/qml/CheckBox.qml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ T.CheckBox {
opacity: D.ColorSelector.controlState === D.DTK.DisabledState ? 0.4 : 1
D.DciIcon.mode: D.ColorSelector.controlState
D.DciIcon.theme: D.ColorSelector.controlTheme
focusPolicy: Qt.TabFocus
indicator: Item {
x: control.text ? (!control.mirrored ? control.leftPadding : control.width - width - control.rightPadding) : control.leftPadding + (control.availableWidth - width) / 2
y: control.topPadding + (control.availableHeight - height) / 2
Expand Down
1 change: 1 addition & 0 deletions qt6/src/qml/RadioButton.qml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ T.RadioButton {
opacity: D.ColorSelector.controlState === D.DTK.DisabledState ? 0.4 : 1
D.DciIcon.mode: D.ColorSelector.controlState
D.DciIcon.theme: D.ColorSelector.controlTheme
focusPolicy: Qt.TabFocus
icon {
width: DS.Style.radioButton.iconSize
height: DS.Style.radioButton.iconSize
Expand Down
Binary file modified src/icons/bloom/checkbox_checked.dci
Binary file not shown.
Binary file modified src/icons/bloom/checkbox_unchecked.dci
Binary file not shown.
Binary file modified src/icons/bloom/radio_checked.dci
Binary file not shown.
Binary file modified src/icons/bloom/radio_unchecked.dci
Binary file not shown.