diff --git a/Userland/Libraries/LibGUI/DynamicWidgetContainerControls.gml b/Userland/Libraries/LibGUI/DynamicWidgetContainerControls.gml index 73d33684c5d..213ffceef9d 100644 --- a/Userland/Libraries/LibGUI/DynamicWidgetContainerControls.gml +++ b/Userland/Libraries/LibGUI/DynamicWidgetContainerControls.gml @@ -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"