fix(gui): footer and hotkeys table are no longer clipped because of long filenames (#74)

* fix: truncate file button text in draw function so footer is no clipped

* fix(gui): fix hotkeys table clipping with egui_extras::TableBuilder

fully reworked hotkeys page

* deps: update flatpak cargo-sources.json
This commit is contained in:
Tarasov Aleksandr
2026-04-25 15:44:50 +03:00
committed by GitHub
parent 10f9937dc3
commit 76b1d4f345
4 changed files with 460 additions and 146 deletions
+1
View File
@@ -50,6 +50,7 @@ eframe = { version = "0.34.1", default-features = false, features = [
"x11",
"wayland",
] }
egui_extras = "0.34.1"
egui_material_icons = "0.6.0"
egui_dnd = "0.15.0"