forked from Shinonome/dots-hyprland
screenshot: dont put region size in the region
This commit is contained in:
@@ -425,11 +425,13 @@ ShellRoot {
|
||||
radius: 0 // TODO: figure out how to make the overlay thing work with rounding
|
||||
}
|
||||
StyledText {
|
||||
z: 2
|
||||
anchors {
|
||||
bottom: selectionBorder.bottom
|
||||
top: selectionBorder.bottom
|
||||
right: selectionBorder.right
|
||||
margins: 8
|
||||
}
|
||||
color: root.selectionBorderColor
|
||||
text: `${Math.round(panelWindow.regionWidth)} x ${Math.round(panelWindow.regionHeight)}`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user