Skip to content

Commit

Permalink
fix: region chooser window color and position error
Browse files Browse the repository at this point in the history
pms: Bug-297235, Bug-285879
  • Loading branch information
kegechen committed Dec 24, 2024
1 parent 8d165e4 commit 91d5f9a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/plugin-datetime/qml/RegionsChooserWindow.qml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ Loader {
DWindow.enabled: true
DWindow.enableSystemResize: false
DWindow.enableBlurWindow: true
// ensure show in center of mainwindow
flags: Qt.Dialog
// default color is white
color: active ? DTK.palette.window : DTK.inactivePalette.window

Item {
anchors.fill: parent
Expand Down

0 comments on commit 91d5f9a

Please sign in to comment.