Skip to content

Commit 215a12f

Browse files
sync: from linuxdeepin/dtkdeclarative
Synchronize source files from linuxdeepin/dtkdeclarative. Source-pull-request: linuxdeepin/dtkdeclarative#494
1 parent a2c98e7 commit 215a12f

7 files changed

Lines changed: 12 additions & 0 deletions

File tree

.syncexclude

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
1+
# Paths that will be exclude from synchronize workflow
2+
# Please use relative path which use project directory as root
3+
# Notice that
4+
# * .git
5+
# * debian
6+
# * archlinux
7+
# * .obs
8+
# * .github
9+
# are always ignored
110
linglong.yaml
211
VERSION
12+
CHANGELOG.md

qt6/src/qml/CheckBox.qml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ T.CheckBox {
2525
opacity: D.ColorSelector.controlState === D.DTK.DisabledState ? 0.4 : 1
2626
D.DciIcon.mode: D.ColorSelector.controlState
2727
D.DciIcon.theme: D.ColorSelector.controlTheme
28+
focusPolicy: Qt.TabFocus
2829
indicator: Item {
2930
x: control.text ? (!control.mirrored ? control.leftPadding : control.width - width - control.rightPadding) : control.leftPadding + (control.availableWidth - width) / 2
3031
y: control.topPadding + (control.availableHeight - height) / 2

qt6/src/qml/RadioButton.qml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ T.RadioButton {
2020
opacity: D.ColorSelector.controlState === D.DTK.DisabledState ? 0.4 : 1
2121
D.DciIcon.mode: D.ColorSelector.controlState
2222
D.DciIcon.theme: D.ColorSelector.controlTheme
23+
focusPolicy: Qt.TabFocus
2324
icon {
2425
width: DS.Style.radioButton.iconSize
2526
height: DS.Style.radioButton.iconSize
-27.3 KB
Binary file not shown.
-5.53 KB
Binary file not shown.

src/icons/bloom/radio_checked.dci

-24.6 KB
Binary file not shown.
-10.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)