Skip to content

Expands the header toolbar together with Nautilus

James Z requested to merge james-g/nautilus:master into master

This MR enables the header toolbar to expand as the width of the Nautilus changes

In wide screen these are what it looks like

Before

Screenshot_from_2021-07-13_09-30-43

Merge Request

Screenshot_from_2021-07-13_09-15-50

Based on the test, MaxWidth seems to only expand the objects width only, but what we want is the content inside to expand instead.

expand = FALSE

Screenshot_from_2021-07-13_08-07-46

widget that becomes shorter when expand = FALSE: path_bar_container, location_entry_container, search_container

expand = TRUE (in this MR)

Screenshot_from_2021-07-13_08-08-01

affected widget when expand = TRUE: path_bar_container, location_entry_container, search_container

Closes: #1914 (closed)

Signed off: James Dominic P. Guana jdpguana@histark.com

Note to devs:

Edited by James Z

Merge request reports