File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 header: qsTr (" Block clock display mode" )
3131 }
3232 }
33+
3334 BlockClockDisplayMode {
3435 width: Math .min (parent .width , 450 )
3536 anchors .horizontalCenter : parent .horizontalCenter
3637 }
37- }
38+ }
Original file line number Diff line number Diff line change 4949 color: gotoTheme .stateColor
5050 }
5151 onClicked: {
52- nodeSettingsView .push (theme_page)
52+ displaySettingsView .push (theme_page)
5353 }
5454 }
5555 Separator { Layout .fillWidth : true }
6161 color: gotoBlockClockSize .stateColor
6262 }
6363 onClicked: {
64- nodeSettingsView .push (blockclocksize_page)
64+ displaySettingsView .push (blockclocksize_page)
6565 }
6666 }
6767 }
@@ -71,15 +71,15 @@ Item {
7171 id: theme_page
7272 SettingsTheme {
7373 onBack: {
74- nodeSettingsView .pop ()
74+ displaySettingsView .pop ()
7575 }
7676 }
7777 }
7878 Component {
7979 id: blockclocksize_page
8080 SettingsBlockClockDisplayMode {
8181 onBack: {
82- nodeSettingsView .pop ()
82+ displaySettingsView .pop ()
8383 }
8484 }
8585 }
You can’t perform that action at this time.
0 commit comments