mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-09 17:44:56 +09:00

Some window titles didn't fit on the taskbar buttons, so I needed a way to collapse the remaining part of the text into "..."
7 lines
64 B
C
7 lines
64 B
C
#pragma once
|
|
|
|
enum class TextElision {
|
|
None,
|
|
Right,
|
|
};
|
|
|