dbordak / telephone-line

A new implementation of Powerline for Emacs
GNU General Public License v3.0
554 stars 51 forks source link

Some elements don't resize when frame is resized #64

Closed mfiano closed 6 years ago

mfiano commented 6 years ago

When I resize the frame, some elements are not resizing with the text:

Example

dbordak commented 6 years ago

You can try refreshing the separator caches --

(telephone-line-separator-clear-cache telephone-line-cubed-left)
(telephone-line-separator-clear-cache telephone-line-cubed-right)
mfiano commented 6 years ago

Thanks, almost. The middle one is messed up still.

Example

dbordak commented 6 years ago

Sorry, missed that in the thumbnail

(telephone-line-separator-clear-cache telephone-line-cubed-hollow-left)
(telephone-line-separator-clear-cache telephone-line-cubed-hollow-right)
mfiano commented 6 years ago

Thanks, fixed.