26 lines
744 B
Diff
26 lines
744 B
Diff
From 8e9ba0fe9343da3d57d9c3eae490e594a3586ad4 Mon Sep 17 00:00:00 2001
|
|
From: Briffou <thomas.briffard@gmail.com>
|
|
Date: Sat, 12 Oct 2019 22:42:29 -0400
|
|
Subject: [PATCH 1/2] Set hhomogeneous parameter for title stack
|
|
|
|
should fix https://github.com/gnunn1/tilix/issues/1691
|
|
---
|
|
source/gx/tilix/appwindow.d | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/source/gx/tilix/appwindow.d b/source/gx/tilix/appwindow.d
|
|
index 485ddb3d..e46aad97 100644
|
|
--- a/source/gx/tilix/appwindow.d
|
|
+++ b/source/gx/tilix/appwindow.d
|
|
@@ -2119,6 +2119,7 @@ public:
|
|
add(afNotifications);
|
|
|
|
stTitle = new Stack();
|
|
+ stTitle.setHhomogeneous(false);
|
|
|
|
lblText = new Label(text);
|
|
lblText.setEllipsize(PangoEllipsizeMode.START);
|
|
--
|
|
2.31.1
|
|
|