HuangMason320 a1b6af0bde feat: Optimize properties panel layout to prevent horizontal scrolling
- Add smart path truncation for long file paths (preserves filename and parent folder)
- Set maximum width constraints on all UI components (QPushButton, QComboBox, QSpinBox, QDoubleSpinBox, QLineEdit)
- Add tooltips showing full paths for truncated file path buttons
- Disable horizontal scrollbar and optimize right panel width (320-380px)
- Improve styling for all property widgets with consistent theme
- Add better placeholder text for input fields

Key improvements:
- File paths like "C:/Very/Long/Path/.../filename.nef" → "...Long/Path/filename.nef"
- All widgets limited to 250px max width to prevent panel expansion
- Enhanced hover and focus states for better UX
- Properties panel now fits within fixed width without horizontal scroll

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-31 01:23:40 +08:00
2025-05-29 15:27:12 +08:00
2025-05-15 01:22:37 +08:00
2025-05-29 15:27:12 +08:00
2025-05-29 15:27:12 +08:00
Description
No description provided
1.7 MiB
Languages
Python 100%