Distribution
Mint 22.3
Package version
6.7.4
Frequency
Always
Bug description
Problem: When you rename a file in list view, the editing field opens with the default font size instead of the size of the cell text. For any view zoom above "Standard" the entry looks out of place / too small.
Steps to reproduce
Steps to reproduce: Set list view to a higher zoom level (e.g. "Large"), press F2 on a file.
Expected: The rename editor uses the same font size as the displayed cell text.
Expected behavior
During editing fonts size is the same
Additional information
Possible fix: In cell_renderer_editing_started_cb (src/nemo-list-view.c), read the renderer's scale property and apply pango_attr_scale_new to the entry's attributes. Own fix is working for me.
Distribution
Mint 22.3
Package version
6.7.4
Frequency
Always
Bug description
Problem: When you rename a file in list view, the editing field opens with the default font size instead of the size of the cell text. For any view zoom above "Standard" the entry looks out of place / too small.
Steps to reproduce
Steps to reproduce: Set list view to a higher zoom level (e.g. "Large"), press F2 on a file.
Expected: The rename editor uses the same font size as the displayed cell text.
Expected behavior
During editing fonts size is the same
Additional information
Possible fix: In cell_renderer_editing_started_cb (src/nemo-list-view.c), read the renderer's scale property and apply pango_attr_scale_new to the entry's attributes. Own fix is working for me.