summaryrefslogtreecommitdiff
path: root/lib/bluetooth-settings-row.ui
Commit message (Collapse)AuthorAgeFilesLines
* settings-row: Dim status labelsAutomeris naranja2023-03-021-0/+3
| | | | | | | https://gitlab.gnome.org/Teams/Design/settings-mockups/-/blob/master/bluetooth/bluetooth-wires.png This change aims to follow the mockup above, which uses dimmed status labels.
* bluetooth-settings-row: Subclass AdwActionRowChristopher Davis2022-01-251-34/+12
| | | | | Significantly reduces the size of the UI file and gives us consistent margins and padding.
* lib: Remove unnecessary metadata from UI filesGeorges Basile Stavracas Neto2021-10-281-2/+0
|
* lib: Remove all visible=TRUE propertiesGeorges Basile Stavracas Neto2021-10-281-4/+0
| | | | | Widgets are visible by default now, we don't need these properties in the UI files anymore.
* lib: Remove 'can-focus' property everywhereGeorges Basile Stavracas Neto2021-10-281-5/+0
| | | | | | | The semantics of the 'can-focus' changed between GTK3 and GTK4, and in fact it now breaks keyboard navigation for us. There is not a single case here where we'd need to manually set the 'can-focus' property, so just remove all instances of it.
* settings-row: Use a GtkBox internallyGeorges Basile Stavracas Neto2021-10-281-20/+8
| | | | | | Instead of dealing with the <packing> properties, merely replace the internal grid by a box, and cleanup all <packing> properties along the way.
* settings-row: Fix the alignment of device namesAdrien Plazas2019-01-291-0/+3
| | | | | This stops the labels flickering when they are ellipsized and the window's size changes.
* lib: Update UI for updated gnome-control-center UIAllan Day2017-08-231-2/+2
| | | | | | | | | | | | gnome-control-center panels are being given standardized layouts, in order to provide a more seamless experience. This applies the same layout rules to the Bluetooth Settings. Apply a standard vertical spacing of 32px above and below content and 12px below headings. Also aim for a standard row height of 58px with the normal text size. https://bugzilla.gnome.org/show_bug.cgi?id=786611
* lib: Move row spinner to the rightBastien Nocera2016-11-291-3/+3
| | | | | With the same justification as the status label, otherwise it looks centered in the middle of nowhere.
* settings-row: port to use a templateIgnacio Casal Quinteiro2015-01-051-0/+60
https://bugzilla.gnome.org/show_bug.cgi?id=742359