mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Settings: Rounded borders slider.
This commit is contained in:
@@ -88,6 +88,7 @@ Singleton {
|
||||
property string avatarImage: defaultAvatar
|
||||
property bool dimDesktop: true
|
||||
property bool showScreenCorners: false
|
||||
property real radiusRatio: 1.0
|
||||
}
|
||||
|
||||
// location
|
||||
|
||||
+4
-4
@@ -29,10 +29,10 @@ Singleton {
|
||||
property int fontWeightBold: 700
|
||||
|
||||
// Radii
|
||||
property int radiusTiny: 8
|
||||
property int radiusSmall: 12
|
||||
property int radiusMedium: 16
|
||||
property int radiusLarge: 20
|
||||
property int radiusTiny: 8 * Settings.data.general.radiusRatio
|
||||
property int radiusSmall: 12 * Settings.data.general.radiusRatio
|
||||
property int radiusMedium: 16 * Settings.data.general.radiusRatio
|
||||
property int radiusLarge: 20 * Settings.data.general.radiusRatio
|
||||
|
||||
// Border
|
||||
property int borderThin: 1
|
||||
|
||||
Reference in New Issue
Block a user