MCPcopy Create free account
hub / github.com/KDE/krusader / decreaseContrast

Method decreaseContrast

app/DiskUsage/dufilelight.cpp:142–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142void DUFilelight::decreaseContrast()
143{
144 if ((Filelight::Config::contrast -= 10) > 100)
145 Filelight::Config::contrast = 0;
146
147 Filelight::Config::write();
148 slotRefresh();
149}
150
151void DUFilelight::changeAntiAlias()
152{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected