Settings: Rounded borders slider.
This commit is contained in:
parent
405c8717b9
commit
ba1c30ef54
5 changed files with 52 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue