Windows 11 File Explorer gets rounded corners and a background preloading test

  • Thread Author
Microsoft’s quiet, iterative refresh of File Explorer in Windows 11 pairs small visual polish — including the return of rounded corners on key UI elements — with a pragmatic set of reliability fixes and an experimental performance tweak designed to make Explorer feel faster, but not without raising new questions about regressions, rollout discipline, and the trade-offs of background preloading.

Dark blue Windows File Explorer window showing drives and folders.Background​

Microsoft has been applying targeted refinements to Windows 11’s shell since the OS first launched, and File Explorer has been one of the most visible and frequently critiqued surfaces. Longstanding complaints range from the app’s slower “cold start” behavior to inconsistent dark-mode treatment across legacy and modern UI code paths. Those concerns prompted multiple small experiments and preview updates late in 2025 and into 2026 that mixed cosmetic updates with reliability work.
The December 1, 2025 preview cumulative update identified as KB5070311 aimed to finish a broader dark-mode polish across File Explorer and related dialogs, but it also introduced a highly visible rendering regression: a brief, bright white “flash” when File Explorer opened or changed views while the system was set to Dark theme. Microsoft listed that behavior as a known issue while engineers investigated.
At the same time, Microsoft tested a separate, user-visible experiment in Insider builds that preloads parts of Explorer in the background, exposing a toggle labeled “Enable window preloading for faster launch times.” The aim was straightforward: reduce the perceived delay users encounter when they open Explorer for the first time after sign-in. This toggle has started appearing in Dev and Beta channel builds and is being evaluated before any broad, mandatory rollout.

What’s changing: visual polish and rounded corners​

Rounded corners in address and search bars​

One of the most immediately noticeable changes — particularly for users who track visual consistency across Windows 11 apps — is the extension of rounded corners to the File Explorer address bar and search box. The refresh aligns Explorer’s smaller controls with the same rounded aesthetic used in modern Settings surfaces, reinforcing the Fluent design language across the shell. This sort of micro‑polish is low risk but high visibility: it improves perceived cohesion without changing workflows.
  • Why it matters: consistent UI language reduces visual friction and helps users feel the system is cohesive.
  • What to expect: subtle curve changes on the address/search fields and tighter alignment with system theme rules.

Minor layout and quick-settings tweaks​

Alongside corner-radius adjustments, Microsoft has iterated on Quick Settings to make theme switching and unpinning options easier to find. These are small productivity wins: fewer clicks to toggle themes, and clearer access to unpin actions for commonly modified UI elements. Such changes reflect a pattern of polishing secondary surfaces rather than wholesale redesigns.

Performance work: background preloading of File Explorer​

The cold-start problem and Microsoft’s approach​

A common complaint among Windows users has been the perceptible “cold start” pause when opening File Explorer for the first time after signing in or after the system has settled. To address that, Microsoft has introduced an optional background preloading experiment in Insider Preview builds. When enabled, Explorer components are warmed during idle time so Explorer windows appear near-instantly when invoked. This comes with a visible toggle so users and administrators can opt out if it is undesirable.

Benefits​

  • Faster perceived launches and reduced workflow interruption.
  • Lower latency for high-frequency tasks such as file navigation and Open/Save dialogs.
  • Simple on/off control in Insider builds allows user testing without forcing a system-wide change.

Risks and trade-offs​

  • Memory usage: keeping components warmed consumes resident memory. On low-RAM systems, this could reduce available working set for other apps.
  • Background activity: even minimal preloading can interact with power and battery profiles on laptops.
  • Compatibility: third-party shell extensions and customizations may behave differently if Explorer is partially resident at boot instead of launching on demand. That’s a common source of subtle bugs and edge-case regressions.

Practical guidance​

  • If you’re an enthusiast or admin testing Insider builds, try the toggle and measure impact on memory and battery.
  • For laptops with constrained RAM, run comparative tests with and without preloading enabled during typical workflows.
  • Enterprise rolling: pilot in a controlled user group before broad deployment; third-party shell extensions deserve special attention.

The white flash regression: timeline, fixes, and outstanding issues​

How the bug appeared​

The white flash issue first became widely noticed after the December 1, 2025 preview update (KB5070311), which sought to extend dark mode coverage in File Explorer. That update inadvertently produced a brief, full-window white frame when Explorer opened or adjusted views under Dark theme, a jarring regression for users who rely on dark-mode to reduce eye strain. Microsoft documented the regression as a known issue and acknowledged work to correct it.

The remediation path​

Microsoft’s mitigation effort followed a multi-stage path:
  • Cumulative updates and patch-cycle releases delivered partial mitigations that reduced the frequency or scope of flashes for many users.
  • A December/January cumulative update, identified in community reports as KB5072033, addressed a broad white-flash regression for many deployments, but users reported that the issue persisted when Explorer was configured to open to “This PC.”
  • Insider builds later included more targeted fixes. Notably, Windows 11 Insider Preview Build 26220.7961 — delivered as part of the March 6, 2026 flight and packaged in KB5079382 for testers — is reported to correct the lingering flashes tied specifically to “This PC.” Insiders saw the regression resolved in these builds before a wider rollout.

Clarifying the timeline​

Some reports describe the bug as having persisted for “five months.” That characterization depends on when you mark the start of the regression: the preview that introduced it (December 1, 2025) and the later Insider fix (early March 2026) span roughly three months. Microsoft’s staggered mitigations and multiple KBs complicate a single-month count. For clarity: KB5070311 shipped on December 1, 2025 and targeted fixes arrived in subsequent cumulative updates and in Insider Preview Build 26220.7961 in early March 2026.

Why “This PC” behaved differently​

The “This PC” view uses additional synchronous operations and historical shell code paths that differ from the default Quick Access/Home view. Those code-path differences made the bug more persistent in that configuration, which is why initial fixes removed the flash for some scenarios but not the “This PC” case. Microsoft’s iterative approach targeted the most common paths first, then continued work on the remaining special-case scenarios.

What Microsoft fixed — and what to watch for​

Confirmed fixes in Insider and cumulative updates​

  • Broad dark-mode flashes were reduced or eliminated for many users by December/January cumulative updates, including community-reported fixes in KB5072033.
  • The stubborn “This PC” white flash was corrected in Insider builds such as Windows 11 Insider Preview Build 26220.7961, delivered as part of KB5079382 in early March 2026 for testers; Microsoft indicated a staged rollout would follow.

Ongoing areas to monitor​

  • Staged rollouts: Insider fixes often precede general releases; expect a staggered distribution to Release Preview and general channels.
  • Third-party conflict surface: custom shell extensions and utilities that hook explorer.exe may need updates to accommodate the preloading behavior.
  • Visual regressions: every visual fix risks introducing other inconsistencies. Administrators should validate dark-mode workflows and accessibility scenarios (high-contrast, magnifier, screen readers) after applying updates.

Third-party workarounds, community responses, and trust​

Community tools and compatibility workarounds​

Open-source utilities and customization projects have stepped in to restore or modify behavior that some users considered lost to recent changes. For example, ExplorerPatcher has published updates that addressed compatibility regressions and restored preferences related to rounded corners and other Explorer behaviors. These tools remain popular among power users but carry trade-offs: they can conflict with future Microsoft updates and may require manual maintenance.

Community reaction​

The Windows enthusiast and IT admin communities reacted strongly to the white-flash regression, framing it as both a usability and accessibility issue. The fact that Microsoft prioritized fixes and pushed them through Insider channels suggests the company treated the problem as high-visibility. Still, the episode underlined a broader tension: rolling forward feature polish while preserving long-standing user expectations.

Rebuilding trust​

Fixing a jarring visible regression is the right move, but regaining user trust requires consistent behavior and predictable rollouts. Microsoft’s pattern here — preview update, known issue, iterative fixes via cumulative updates and Insider builds — is standard, yet it exposes the risk of perceptible regressions in high-frequency UX surfaces. For many users, the question now is less about if the bug will be fixed and more about how reliably it will remain fixed across future updates.

Security, accessibility, and admin considerations​

Security and update strategy​

  • Apply updates selectively in enterprise environments. Treat preview (C‑release) updates like KB5070311 as testable artifacts rather than production rollouts; Microsoft publishes these for validation before general distribution.
  • Monitor cumulative update KBs and the Insider channel notes; fixes often first appear in Insider builds and then propagate to broader releases once validated.

Accessibility implications​

The white-flash bug is more than cosmetic; for users sensitive to sudden brightness changes, it can be disruptive or harmful. Accessibility teams should verify that dark-mode flows are stable after applying updates and review screen-reader behavior, focus handling, and high-contrast compatibility. Microsoft’s acknowledgement and prioritization of a fix indicates the company understands the accessibility implications, but validation remains necessary in each environment.

Practical advice for users and IT administrators​

For home users and enthusiasts​

  • If you rely on dark mode, install the cumulative updates that address the white flash (look for KB5072033 and subsequent patches), or join the Insider Preview channel if you prefer earlier access to fixes and can tolerate the risk of preview builds.
  • Try the background preloading toggle if you want snappier Explorer launches; measure memory and battery results and disable if the trade-offs are unacceptable.
  • If you use third-party customizers like ExplorerPatcher, keep them updated and watch for compatibility warnings after Windows updates. These tools can restore preferred behaviors, but they’re not formally supported by Microsoft.

For IT administrators and enterprise teams​

  • Treat KB5070311 as a preview — do not deploy it broadly without testing. Validate critical workflows under Dark mode and with the “This PC” default view.
  • Pilot the post-fix cumulative updates (or Insider builds) in a controlled ring before wide deployment. Focus on devices with constrained RAM and on systems that use shell extensions.
  • Update deployment scripts and monitoring to detect Explorer reliability regressions (crash rates, UI freezes) after applying updates.
  • Communicate to users: explain that fixes are rolling out and provide guidance for reporting remaining visual or performance issues.

Critical analysis: strengths, gaps, and long-term implications​

Strengths​

  • Microsoft’s iterative approach — preview update, telemetry, Insider testing, then broader rollouts — allows targeted fixes while collecting real-world feedback.
  • The addition of subtle visual polish like rounded corners is low-friction and improves the perceived cohesion of Windows 11’s Fluent language.
  • The background preloading experiment is pragmatic: it addresses a high-frequency annoyance (cold starts) with a reversible, toggleable option.

Gaps and risks​

  • Rollout discipline: preview updates that introduce regressions to high-frequency surfaces erode user confidence. The white-flash incident shows how quickly a well-intentioned visual update can become disruptive.
  • Edge-case persistence: the “This PC” special case took longer to resolve, highlighting the challenge of multiple, legacy code pathways inside Explorer.
  • Third-party ecosystem friction: changes that alter Explorer’s lifecycle (such as preloading) increase the risk of incompatibilities with shell extensions and customization tools.

Long-term implications​

  • Sustained attention to File Explorer’s performance and visual consistency is critical. Explorer is the daily work surface for nearly every Windows user; small regressions have outsized user impact.
  • Microsoft’s move toward toggleable, telemetry-driven experiments is appropriate, but communication and documentation must improve to reduce surprises for end users and IT teams.
  • The episode underscores the importance of robust rollback and rapid-response mechanisms when a preview update causes visible user harm.

Conclusion​

The recent File Explorer refinements in Windows 11 — from rounded corners on address and search bars to the controversial but practical background preloading experiment — represent a mix of Visual Design continuity and measured, telemetry-driven performance work. Microsoft acknowledged a significant dark-mode regression introduced by the December preview (KB5070311), iterated via cumulative updates, and delivered targeted fixes for stubborn “This PC” flashes in Insider builds, illustrating a pragmatic but imperfect response cycle.
For users, the path forward is straightforward: validate updates in your environment, weigh the benefits of faster Explorer launches against resource trade-offs, and keep third-party customizations updated. For Microsoft, the lesson is familiar but urgent: deliver polish without sacrificing stability on the platform’s most-used surface. If the company can sustain that balance, these small refinements will quietly add up to a better, more consistent File Explorer — but only if the next updates build confidence rather than trigger another wave of regressions.

Source: FilmoGaz Microsoft Enhances Windows 11 File Explorer with Rounded Corners and Flash Fix
 

Microsoft’s quiet design nudge to File Explorer is small, but it matters: the address bar and the search box in Windows 11’s File Explorer now sport subtly larger rounded corners in Insider preview builds, bringing that long-sought visual consistency between Explorer and other modern Windows surfaces while arriving alongside a separate fix for the “white flash” dark‑mode regression that annoyed many testers.

Dark UI mockup of File Explorer with a yellow folder icon and a rounded Home search bar.Background​

The File Explorer interface has been a slow-moving work in progress since Windows 11’s initial launch. Microsoft has been migrating legacy Win32 surfaces toward the Fluent/WinUI visual language for several years, and those efforts have been iterative: replacing the ribbon with a simplified toolbar, updating icons, and layering newer UI components into an older code base. Those incremental upgrades have fractured the Explorer experience at times—dark‑mode glitches and rendering regressions have frequently accompanied visual polish—so small visual harmonizations like rounded corners are part of a broader, ongoing modernization strategy.
What changed, exactly? Observers in the Windows Insider community noticed that the address bar and the search box within File Explorer now render with a slightly larger radius than before, visually matching the rounded search field on the taskbar and other modern controls across Windows 11. The tweak was first publicly posted by a Windows tester on March 7, 2026 and then reported in mainstream outlets on March 8–10, 2026. At the same time, Microsoft shipped Insider builds in early March that explicitly addressed a separate dark‑mode rendering issue—commonly called the “white flash”—so testers saw both cosmetic polish and a reliability fix land in successive preview updates.
This is not a full redesign. It’s a refinement: a radius tweak and some feature gating in Insider builds. But the timing and the company’s method—test in Canary/Dev/Beta, gather telemetry, then stage a wider rollout—are important for understanding how Microsoft is balancing aesthetics, accessibility, and stability as it continues to evolve the OS shell.

What the change looks like​

A small tweak with an outsized impression​

The updated controls are easy to describe: the rectangular search field and the address/editable path control in File Explorer now have softer corners. The visible difference is most apparent when comparing Explorer’s controls to the taskbar’s search field and other WinUI elements. The new radius is modest; this is not a shift to floating, pill‑shaped controls, nor a change in function. It’s a visual alignment intended to make Explorer feel less like an outlier and more like a native WinUI surface.
  • The change applies to two primary elements:
  • Address bar (breadcrumb/editable path)
  • Search box (top-right search field in Explorer)
  • The change is currently visible in Insider preview builds, and in many cases the code paths are present but disabled by default for typical testers.

Why small details matter​

Visual consistency reduces cognitive friction. When the same design language is used throughout the shell—same corner radii, similar padding, consistent shadows and contrast—users perceive the experience as unified. That perception matters for day‑to‑day workflows: a cohesive look reduces the chance a control will be overlooked, and it signals a single design system at work rather than a patchwork of old and new parts.

The engineering context: why Explorer is different​

File Explorer is not a single, modern app sitting on a new framework. It’s a historical, hybrid surface that mixes decades of Win32 code with newer WinUI components. That mixing creates engineering constraints:
  • Legacy components still rely on old message loops and windowing primitives, so shipping modern visuals may require bridging code or composition changes at the Desktop Window Manager (DWM) layer.
  • Rounded corners and modern shadows are often composited at the OS level; changes to radius or composition can surface rendering edge cases—hence the white‑flash regression that Microsoft had to address.
  • Because Explorer must remain compatible with thousands of third‑party shell extensions and enterprise integrations, Microsoft frequently pushes visual changes behind feature flags in Insider builds before rolling them out broadly.
The practical outcome: subtle polish takes time and incremental validation because a cosmetic tweak can reveal or interact with stability issues elsewhere.

Corroboration and timeline​

The visual tweaks were first observed by Windows Insiders in early March 2026 and surfaced to the broader public through community reporting and tech outlets. At the same time, Microsoft’s Insider release notes in early March documented a fix that explicitly removed the bright white flash that had appeared when launching Explorer windows or tabs while the system was set to Dark theme. Those fixes were rolled to multiple Insider channels—Beta and Dev builds packaged as quality updates—before any sign of a general production rollout.
  • The cosmetic change (rounded radius) was present in preview builds observed by testers but appears to be gated by default for many installations.
  • The dark‑mode white‑flash was acknowledged and corrected in early‑March Insider builds; Microsoft documented that removal in their Insider release notes, which is the standard process for validating such fixes before broader distribution.
I cross‑checked the cosmetic report against multiple independent sources (community insiders and mainstream tech outlets) and validated the white‑flash remediation by examining Microsoft’s Insider notes and reputable coverage of the builds. Where concrete build numbers were reported by Microsoft for the white‑flash fix, those numbers were published in the company’s preview announcements and mirrored by credible tech press outlets.

Why Microsoft is doing this: design system and friction reduction​

Microsoft’s design posture since Windows 11 has been to restore aesthetic cohesion while introducing new capabilities (for developers and users alike). Rounded corners are a signature of the Fluent/WinUI language; they signal modern UI intent and help unify disparate surfaces. By aligning Explorer’s address and search fields to the same corner radius as other surfaces, Microsoft is:
  • Reducing visual inconsistency between the shell and modern apps.
  • Moving toward a predictable design system so app developers and third‑party components can rely on consistent metrics.
  • Preparing the UI foundation for future integrations, like tighter search and AI assistant affordances inside Explorer.
These changes can also be seen as part of a larger trajectory: Microsoft is improving Explorer’s visuals while simultaneously testing more significant integrations (for example, Copilot-related strings and UI hooks that were spotted in other preview builds earlier this year). Visual alignment is often a prerequisite for integrating new features cleanly.

Strengths: what this polish delivers​

  • Cleaner, more consistent UI: For users who value a unified visual language, the change closes a small but noticeable gap between Explorer and the rest of Windows 11.
  • Low disruption: Because this is a stylistic tweak and not a functional overhaul, the risk of breaking workflows is low compared to larger feature updates.
  • Signals continued investment: Small, thoughtful improvements indicate Microsoft is still actively maintaining and modernizing Explorer rather than leaving it frozen in time.
  • Paired reliability improvements: The cosmetic tweak landed during a period when Microsoft also fixed rendering regressions. That pairing shows the company isn’t only focused on looks but also on reliability.

Risks and tradeoffs​

No design change is without tradeoffs. The most notable concerns with this sort of update include:
  • Stability risk from hybrid code paths: Explorer mixes old and new code. Even modest visual changes can interact unexpectedly with legacy rendering or third‑party shell extensions, especially in enterprise environments with custom shell integrations.
  • Customization fragmentation: Power users and organizations that rely on third‑party tools (ExplorerPatcher, StartAllBack, ViveTool hacks) to restore a classic look may find those tools misaligned or temporarily broken by incremental UI changes.
  • Feature creep and telemetry concerns: Rounded corners themselves are harmless, but they often arrive alongside other hidden test strings that hint at more substantial changes (for example, Copilot integration). Those larger changes can raise privacy and data‑handling questions if AI features begin to access local files or require additional telemetry.
  • Perceptual fatigue: Some users are resistant to continuous visual tweaks; incremental changes across many releases can feel like churn even if each tweak is minor.
  • Performance edge cases: Rendering changes that rely on the compositor can increase GPU usage marginally. On older hardware or systems with constrained graphics drivers, that might cause regressions in responsiveness—rare, but possible.
Where claims of benefit or consequence are speculative (for example, whether the rounding will directly impact GPU use in measurable ways on typical hardware), I flag those as informed inferences rather than confirmed facts.

Accessibility considerations​

Design changes should never be purely cosmetic when accessibility is at stake. Rounded corners can subtly influence contrast and perceived area for interactive elements. That said:
  • The radius change in Explorer's address and search boxes is small and unlikely to affect hit targets or keyboard navigation for most users.
  • The more material accessibility issue was the white‑flash regression in dark mode, which had real consequences for users sensitive to sudden bright flashes. Microsoft’s explicit fix for that problem is an important win for accessibility and reduces eye‑strain risks.
  • Any further UI changes—especially if they include AI features—must be evaluated for keyboard accessibility, screen‑reader compatibility, focus management, and discoverability.
In short: the radius tweak is low risk for accessibility, but Microsoft’s responsiveness on the dark‑mode flash is the more consequential accessibility win.

Enterprise and administration implications​

For IT admins, small changes can still impact large fleets:
  • Enterprises that manage visual consistency with group policy or third‑party UI tools may see mismatches between expected visuals and the new default presentation in pilot machines.
  • Because the change is rolling through Insider channels first, administrators who run test rings in Beta/Dev channels should audit critical third‑party integrations to confirm they remain stable.
  • There’s currently no enterprise control dedicated to toggling Explorer corner radii. If Microsoft receives enterprise feedback that the change conflicts with accessibility requirements or corporate theming, they may introduce management knobs; until then, the standard approach—use Insider channels for testing and delay production rollout—remains prudent.

Privacy and the Copilot question​

This cosmetic update coincides with an active period of experimentation in File Explorer: past preview builds revealed strings and controls that hint at Copilot integrations—“Chat with Copilot” and contextual AI actions tied to selected files. That history matters because it frames how we should think about seemingly innocuous visual updates.
  • Rounded corners are cosmetic but often precede feature unification that makes it easier to add persistent UI elements—sidebars, floating panes, and assistant affordances.
  • Any future Copilot or AI integration into Explorer will invite privacy and data‑handling questions, especially if the assistant can analyze local files, index sensitive documents, or surface cloud results.
  • Users and admins should expect Microsoft to provide controls and disclosures, but history shows those controls can be inconsistent across builds. When Copilot features appeared in other parts of Windows, users sometimes had limited opt‑out options initially.
Recommendation: treat cosmetic polish and AI integration as separate but related phases. The radius change alone is cosmetic, but it’s wise to watch for subsequent releases that may introduce deeper capabilities tied to those same UI surfaces.

What power users can and should do​

If you care about appearance or want early access, here are pragmatic steps:
  • Install Insider builds only on non‑critical machines or VMs to evaluate changes safely.
  • Avoid enabling hidden flags or using undocumented tools (e.g., unofficial Vivetool commands) on production systems; these can introduce stability and security risks.
  • If you use third‑party shell customizers, test them against the specific Insider builds Microsoft has released to see if compatibility issues appear.
  • For enterprise environments, run a pilot group in the Beta channel and collect compatibility reports before broad deployment.

How Microsoft tests and rolls out changes​

Microsoft’s approach is iterative and telemetry‑driven:
  • Feature or visual code often lands behind flags in Canary/Dev channels.
  • Microsoft observes telemetry, crash telemetry, and Insider feedback before toggling features on by default.
  • Reliability fixes (like the white‑flash removal) typically arrive in cumulative preview updates to Beta/Dev channels before broader production packaging in a cumulative update.
This staged approach reduces risk but also prolongs the time between discovery and mainstream availability—meaning many users will see these updates only after months of validation.

Verdict: small but meaningful, with caveats​

Rounded corners for the File Explorer address bar and search box are not a headline feature, but they are meaningful for a few reasons:
  • They show Microsoft’s care for visual consistency across Windows 11.
  • They arrive alongside an important reliability fix (the dark‑mode white flash), demonstrating a pragmatic engineering cadence: polish plus stability.
  • They serve as a subtle precursor to broader integrations—users should pay attention because UI standardization often precedes functional consolidation (for example, AI features in Explorer).
At the same time, the change highlights persistent tradeoffs: Explorer’s hybrid architecture makes even small visual changes non‑trivial. Power users and IT administrators should test before deployment and monitor for compatibility issues. And, because Microsoft has been experimenting with Copilot in Explorer, privacy‑minded users should watch upcoming releases and the available management controls.

Practical takeaways​

  • If you prefer visual unity and are comfortable running Insider builds, this is an attractive, low‑risk polish to preview in Beta/Dev channels on non‑critical machines.
  • If you rely on third‑party UI customizers or have strict enterprise requirements, delay updating production devices until Microsoft moves the change out of preview and into a stable cumulative update.
  • Keep an eye on subsequent releases: rounded corners are cosmetic, but the same preview builds also contain AI‑related strings and other UX experimentations that may change how Explorer behaves in more substantive ways.
  • For everyone: the white‑flash fix in early March is a positive sign that Microsoft is addressing real regressions introduced during modernization efforts.

Looking forward​

The rounded corners story is a microcosm of the larger Windows 11 evolution: steady, incremental modernization paired with the occasional stability hiccup. If Microsoft continues to prioritize consistency and reliability—as signaled by the pairing of cosmetic polish with the white‑flash fix—users can expect an Explorer that feels more contemporary and more dependable over time.
But Microsoft’s bigger test will be how it governs the integration of AI into file management. Designers and engineers can make File Explorer look coherent and modern, but the next big questions are about control, privacy, and predictable behavior when assistants are allowed to read, summarize, or index your files. That debate will shape how users receive future updates more than corner radii ever will.
For now, the change is welcome: a small, polite design refinement that reduces visual friction and reminds us that the OS still receives thoughtful attention—even in the margins.

Source: PCWorld Windows 11's File Explorer is getting rounded tweaks
 

Back
Top