mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-04-24 15:37:23 +00:00
fix invalid float formatter saving
fix library formatters too
This commit is contained in:
parent
3674fba669
commit
51b7d3aa09
@ -260,7 +260,7 @@ void AWFloatFormatter::writeConfiguration() const
|
||||
settings.beginGroup(QString("Desktop Entry"));
|
||||
settings.setValue(QString("X-AW-Width"), count());
|
||||
settings.setValue(QString("X-AW-FillChar"), fillChar());
|
||||
settings.setValue(QString("X-AW-Format"), format());
|
||||
settings.setValue(QString("X-AW-Format"), QString(format()));
|
||||
settings.setValue(QString("X-AW-ForceWidth"), forceWidth());
|
||||
settings.setValue(QString("X-AW-Multiplier"), multiplier());
|
||||
settings.setValue(QString("X-AW-Precision"), precision());
|
||||
|
@ -6,7 +6,7 @@ X-AW-Active=true
|
||||
X-AW-ApiVersion=2
|
||||
X-AW-FillChar=@Variant(\0\0\0\a\0\0)
|
||||
X-AW-ForceWidth=false
|
||||
X-AW-Format=102
|
||||
X-AW-Format=f
|
||||
X-AW-Interval=1
|
||||
X-AW-Multiplier=1
|
||||
X-AW-Number=0
|
||||
|
@ -6,7 +6,7 @@ X-AW-Active=true
|
||||
X-AW-ApiVersion=2
|
||||
X-AW-FillChar=@Variant(\0\0\0\a\0\0)
|
||||
X-AW-ForceWidth=false
|
||||
X-AW-Format=102
|
||||
X-AW-Format=f
|
||||
X-AW-Interval=1
|
||||
X-AW-Multiplier=1
|
||||
X-AW-Number=2
|
||||
|
@ -6,7 +6,7 @@ X-AW-Active=true
|
||||
X-AW-ApiVersion=2
|
||||
X-AW-FillChar=@Variant(\0\0\0\a\0\0)
|
||||
X-AW-ForceWidth=false
|
||||
X-AW-Format=102
|
||||
X-AW-Format=f
|
||||
X-AW-Interval=1
|
||||
X-AW-Multiplier=1
|
||||
X-AW-Number=1
|
||||
|
@ -6,7 +6,7 @@ X-AW-Active=true
|
||||
X-AW-ApiVersion=2
|
||||
X-AW-FillChar=@Variant(\0\0\0\a\0\0)
|
||||
X-AW-ForceWidth=false
|
||||
X-AW-Format=102
|
||||
X-AW-Format=f
|
||||
X-AW-Interval=1
|
||||
X-AW-Multiplier=1
|
||||
X-AW-Number=3
|
||||
|
@ -6,7 +6,7 @@ X-AW-Active=true
|
||||
X-AW-ApiVersion=2
|
||||
X-AW-FillChar=@Variant(\0\0\0\a\0\0)
|
||||
X-AW-ForceWidth=false
|
||||
X-AW-Format=102
|
||||
X-AW-Format=f
|
||||
X-AW-Interval=1
|
||||
X-AW-Multiplier=1048576
|
||||
X-AW-Number=6
|
||||
|
@ -6,7 +6,7 @@ X-AW-Active=true
|
||||
X-AW-ApiVersion=2
|
||||
X-AW-FillChar=@Variant(\0\0\0\a\0\0)
|
||||
X-AW-ForceWidth=false
|
||||
X-AW-Format=102
|
||||
X-AW-Format=f
|
||||
X-AW-Interval=1
|
||||
X-AW-Multiplier=1024
|
||||
X-AW-Number=7
|
||||
|
@ -6,7 +6,7 @@ X-AW-Active=true
|
||||
X-AW-ApiVersion=2
|
||||
X-AW-FillChar=@Variant(\0\0\0\a\0\0)
|
||||
X-AW-ForceWidth=false
|
||||
X-AW-Format=102
|
||||
X-AW-Format=f
|
||||
X-AW-Interval=1
|
||||
X-AW-Multiplier=1
|
||||
X-AW-Number=4
|
||||
|
Loading…
Reference in New Issue
Block a user