forked from telegramdesktop/tdesktop
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule lib_ui
updated
14 files
+1 −0 | ui/basic.style | |
+4 −0 | ui/integration.cpp | |
+1 −0 | ui/integration.h | |
+0 −6 | ui/layers/box_layer_widget.cpp | |
+30 −8 | ui/layers/generic_box.cpp | |
+9 −0 | ui/layers/generic_box.h | |
+1 −1 | ui/layers/layers.style | |
+2 −0 | ui/style/style_core_scale.h | |
+146 −86 | ui/text/text.cpp | |
+10 −4 | ui/text/text.h | |
+6 −5 | ui/text/text_entity.cpp | |
+3 −2 | ui/text/text_renderer.cpp | |
+1 −0 | ui/text/text_renderer.h | |
+4 −0 | ui/wrap/vertical_layout.cpp |