style(tool-manager): polish PyQt6 UI and fix dark theme inconsistencies#585
Open
Mausam5055 wants to merge 264 commits into
Open
Conversation
Bumps [fonttools](https://github.com/fonttools/fonttools) from 4.57.0 to 4.61.0. - [Release notes](https://github.com/fonttools/fonttools/releases) - [Changelog](https://github.com/fonttools/fonttools/blob/main/NEWS.rst) - [Commits](fonttools/fonttools@4.57.0...4.61.0) --- updated-dependencies: - dependency-name: fonttools dependency-version: 4.61.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.4.0 to 12.1.1. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](python-pillow/Pillow@10.4.0...12.1.1) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
…ution Added documentation for IHP OpenPDK integration with eSim Documentation: Integration of IHP OpenPDK with eSim
…sabarish FOSSEE Summer Fellowship 2025 ICs submission by Sabarish Mohan JS
FOSSEE Summer Fellowship 2025: Bug Fixing and Feature Enhancement of eSim
…cuits Add IR2130 subcircuit
Subcircuit IC Summer Fellowship 2026
Subcircuit Files for 9 IC's by Ahasas Yadav
…uits Subcircuit files for IC's (Contributor: S Padma Shree)
…nts-v2 Subcircuit files for ICs by Yogeswaran I
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR merges UI layout improvements and bug fixes from the
feature-tool-manager-updates-and-fixesbranch intofeature-tool-manager-integration.The primary goal of these changes is to polish the Tool Manager interface and explicitly enforce a light-themed styling. This resolves visual bugs caused by OS-level dark mode bleeds (such as black backgrounds and lines) without altering any core backend or installation logic.
Summary of Changes
Layout & Usability Improvements:
QScrollArea. This prevents install buttons from being squished or hidden when the installation progress frame appears.ToolManagerGUItable by increasing row heights, adding cell padding, and enabling alternating row colors.Theme & Styling Fixes (Dark Mode Bleeds):
QWidgetandQTabWidgetto remove an unwanted thick black horizontal line below the tab navigation.UninstallWindowand the installation progress frames to fix them rendering incorrectly as solid black on systems with dark mode enabled.Testing Performed
Related Issues