From 185a48c857aeadaca70bd66a80180459f821ac9c Mon Sep 17 00:00:00 2001 From: June Date: Mon, 9 Jun 2025 19:53:12 +0200 Subject: [PATCH] fix: use row title to make settings window not break for long item names Use the title of the PrefsBoxOrderItemRow (AdwActionRow) for the item name instead of a label in the prefix. Aside from generally being more correct, item names now wrap correctly, avoiding the settings window breaking (being cut off by default to the right with even the close button not showing, until resizing) with long item names. --- data/ui/prefs-box-order-item-row.ui | 6 ------ src/prefsModules/PrefsBoxOrderItemRow.js | 11 ++++------- 2 files changed, 4 insertions(+), 13 deletions(-) diff --git a/data/ui/prefs-box-order-item-row.ui b/data/ui/prefs-box-order-item-row.ui index 239ac55..0debab6 100644 --- a/data/ui/prefs-box-order-item-row.ui +++ b/data/ui/prefs-box-order-item-row.ui @@ -1,12 +1,6 @@