1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-26 22:42:50 -05:00

VPN Detail: align action buttons right via RowLayout, add hover color by state, retain pointer cursor

This commit is contained in:
Jon Rogers
2025-08-30 14:31:11 -04:00
parent 7cc2c0acef
commit 04ce154d36
2 changed files with 17 additions and 11 deletions

View File

@@ -22,7 +22,7 @@ DankPopout {
triggerScreen = screen
}
popupWidth: 420
popupWidth: 360
popupHeight: contentLoader.item ? contentLoader.item.implicitHeight : 260
triggerX: Screen.width - 400 - Theme.spacingL
triggerY: Theme.barHeight - 4 + SettingsData.topBarSpacing + Theme.spacingS
@@ -64,7 +64,7 @@ DankPopout {
width: parent.width
height: 28
StyledText {
text: "VPN"
text: "VPN Connections"
font.pixelSize: Theme.fontSizeLarge
color: Theme.surfaceText
font.weight: Font.Medium