Tighten snapshot table spacing

This commit is contained in:
Mikei386
2026-06-21 14:44:57 +02:00
parent 0b991576ad
commit b45b4d43fa
7 changed files with 17 additions and 9 deletions
+5 -2
View File
@@ -2,13 +2,16 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "urbm">
<!ENTITY author "Michael Roll">
<!ENTITY version "2026.06.21.r004">
<!ENTITY version "2026.06.21.r005">
<!ENTITY pluginURL "https://git.casaderoll.de/michael/URBM/raw/branch/main/dist/urbm.plg">
<!ENTITY packageURL "https://git.casaderoll.de/michael/URBM/raw/branch/main/dist/urbm-&version;-x86_64-1.txz">
<!ENTITY packageSHA256 "de97522e160f960e3842aaf47bf16bdabfc737c20682176e302c6a840a02588c">
<!ENTITY packageSHA256 "dca4b39ea845617f7789967f880f874984a8d9be85ee94b2fbea821734bd7559">
]>
<PLUGIN name="&name;" author="&author;" version="&version;" pluginURL="&pluginURL;" min="7.0.0" support="https://git.casaderoll.de/michael/URBM/issues" icon="urbm.png">
<CHANGES>
### 2026.06.21.r005
- Reduce the snapshot path-count column width so the browse action sits directly next to it.
### 2026.06.21.r004
- Show only the number of source paths in the snapshot list to avoid horizontal overflow.
- Keep the full path list available as a tooltip and show actual contents in the snapshot browser.