Skip to content

display settings widget template widget rewrite

Benjamin Berg requested to merge wip/benzea/display-settings-widget into master

Branch to rewrite the display panel as a template widget.

Mostly works, there are a few changes though:

  • Display selection with more than 2 displays is now a GtkComboBox rather than something custom
  • Margins are changed with the libhandy rows
  • Some elements have been ported to the newer mockups
  • Scale is currently just a HdyComboRow (it used to be buttons, but that is also broken, see MR !307 (closed))

Also relevant are:

Edited by Benjamin Berg

Merge request reports