[chronojump] splashWin label can use MarkUp
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] splashWin label can use MarkUp
- Date: Fri, 5 Jan 2018 12:01:11 +0000 (UTC)
commit 49458c180fbccfa2ffc0502270d9e93bffeb1771
Author: Xavier de Blas <xaviblas gmail com>
Date: Fri Jan 5 13:00:02 2018 +0100
splashWin label can use MarkUp
src/gui/splash.cs | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/src/gui/splash.cs b/src/gui/splash.cs
index 5b20bc9..1849262 100644
--- a/src/gui/splash.cs
+++ b/src/gui/splash.cs
@@ -110,8 +110,10 @@ public class SplashWindow
progressbarSubRate.Fraction = fraction;
}
- public void UpdateLabel (string text) {
+ public void UpdateLabel (string text)
+ {
myLabel.Text = text;
+ myLabel.UseMarkup = true;
}
public void Show_button_open_database_folder () {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]