LibGUI: Add tooltips to DynamicWidgetContainer control buttons

This commit is contained in:
Sam Atkins 2024-05-03 21:06:23 +01:00 committed by Andreas Kling
parent 94354ea7fb
commit 3695344d6f
Notes: sideshowbarker 2024-07-17 10:10:18 +09:00

View File

@ -9,6 +9,7 @@
@GUI::Button {
name: "detach_button"
tooltip: "Detach"
button_style: "Coolbar"
preferred_width: "shrink"
preferred_height: "shrink"
@ -17,6 +18,7 @@
@GUI::Button {
name: "collapse_button"
tooltip: "Collapse"
button_style: "Coolbar"
preferred_width: "shrink"
preferred_height: "shrink"
@ -25,6 +27,7 @@
@GUI::Button {
name: "expand_button"
tooltip: "Expand"
button_style: "Coolbar"
preferred_width: "shrink"
preferred_height: "shrink"