mirror of
https://github.com/arabianq/pipewire-soundpad.git
synced 2026-04-27 22:11:22 +00:00
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:
committed by
GitHub
parent
10f9937dc3
commit
76b1d4f345
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user