mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-26 10:37:30 -05:00
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