forked from Shinonome/dots-hyprland
overlay: fps limiter: fix weird container and button size
This commit is contained in:
@@ -109,8 +109,8 @@ Singleton {
|
||||
property JsonObject fpsLimiter: JsonObject {
|
||||
property bool pinned: false
|
||||
property bool clickthrough: false
|
||||
property real x: 100
|
||||
property real y: 100
|
||||
property real x: 1600
|
||||
property real y: 630
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -18,5 +18,6 @@ ToolbarButton {
|
||||
iconSize: 22
|
||||
text: iconBtn.text
|
||||
color: iconBtn.colText
|
||||
animateChange: true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user