mirror of
https://gitlab.gnome.org/june/top-bar-organizer.git
synced 2026-01-11 08:46:34 +01:00
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.
This commit is contained in:
parent
a58ddc6146
commit
185a48c857
2 changed files with 4 additions and 13 deletions
|
|
@ -1,12 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<interface>
|
||||
<template class="PrefsBoxOrderItemRow" parent="AdwActionRow">
|
||||
<child type="prefix">
|
||||
<object class="GtkLabel" id="item-name-display-label">
|
||||
<property name="halign">start</property>
|
||||
<property name="hexpand">True</property>
|
||||
</object>
|
||||
</child>
|
||||
<child type="prefix">
|
||||
<object class="GtkImage">
|
||||
<property name="icon-name">list-drag-handle-symbolic</property>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue