mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
nslider: fix potential cutout
This commit is contained in:
@@ -1412,30 +1412,6 @@
|
||||
"subTab": 0,
|
||||
"subTabLabel": "common.general"
|
||||
},
|
||||
{
|
||||
"labelKey": "common.command",
|
||||
"descriptionKey": "panels.session-menu.entry-settings-command-description",
|
||||
"widget": "NTextInput",
|
||||
"tab": 12,
|
||||
"tabLabel": "session-menu.title",
|
||||
"subTab": null
|
||||
},
|
||||
{
|
||||
"labelKey": "panels.session-menu.entry-settings-default-info-label",
|
||||
"descriptionKey": "panels.session-menu.entry-settings-default-info-description",
|
||||
"widget": "NLabel",
|
||||
"tab": 12,
|
||||
"tabLabel": "session-menu.title",
|
||||
"subTab": null
|
||||
},
|
||||
{
|
||||
"labelKey": "common.keybind",
|
||||
"descriptionKey": "panels.session-menu.entry-settings-keybind-description",
|
||||
"widget": "NTextInput",
|
||||
"tab": 12,
|
||||
"tabLabel": "session-menu.title",
|
||||
"subTab": null
|
||||
},
|
||||
{
|
||||
"labelKey": "panels.system-monitor.enable-dgpu-monitoring-label",
|
||||
"descriptionKey": "panels.system-monitor.enable-dgpu-monitoring-description",
|
||||
|
||||
+1
-1
@@ -25,7 +25,7 @@ Slider {
|
||||
padding: cutoutExtra / 2
|
||||
|
||||
snapMode: snapAlways ? Slider.SnapAlways : Slider.SnapOnRelease
|
||||
implicitHeight: Math.max(trackHeight, knobDiameter)
|
||||
implicitHeight: Math.max(trackHeight, knobDiameter) + 1
|
||||
|
||||
background: Item {
|
||||
id: bgContainer
|
||||
|
||||
Reference in New Issue
Block a user