a little bit of this, little bit of that
This commit is contained in:
@@ -15,6 +15,7 @@ Column {
|
||||
height: childrenRect.height + anchors.margins * 2
|
||||
spacing: 6
|
||||
Item {
|
||||
visible: Brightess.monitors[0]
|
||||
anchors {
|
||||
left: parent.left
|
||||
right: parent.right
|
||||
@@ -41,10 +42,11 @@ Column {
|
||||
}
|
||||
font.pixelSize: 16
|
||||
color: "white"
|
||||
text: "Laptop display"
|
||||
text: "Display brightness"
|
||||
}
|
||||
}
|
||||
Widgets.Slider {
|
||||
visible: Brightness.monitors[0]
|
||||
anchors {
|
||||
left: parent.left
|
||||
right: parent.right
|
||||
@@ -134,7 +136,7 @@ Column {
|
||||
}
|
||||
ToggleButton {
|
||||
id: dpmsToggle
|
||||
text: "Screen on"
|
||||
text: "Display"
|
||||
active: true
|
||||
TapHandler {
|
||||
property var resetTimer: Timer {
|
||||
|
||||
Reference in New Issue
Block a user