1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 15:28:11 +00:00

LibGUI: Allow specifying per-column text alignment.

This commit is contained in:
Andreas Kling 2019-02-28 11:27:04 +01:00
parent ce7019f38c
commit b4c20789fb
6 changed files with 35 additions and 23 deletions

View file

@ -0,0 +1,3 @@
#pragma once
enum class TextAlignment { TopLeft, CenterLeft, Center, CenterRight };