[chronojump] networks dialog_person_popup correct height depending on tasks (fixed since colorized)
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] networks dialog_person_popup correct height depending on tasks (fixed since colorized)
- Date: Wed, 16 Sep 2020 14:52:45 +0000 (UTC)
commit 6bc271a81dfb1e56ff67f0b23b310ec11a51ded2
Author: Xavier de Blas <xaviblas gmail com>
Date: Wed Sep 16 16:52:17 2020 +0200
networks dialog_person_popup correct height depending on tasks (fixed since colorized)
glade/dialog_person_popup.glade | 2 +-
src/gui/dialogPersonPopup.cs | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/glade/dialog_person_popup.glade b/glade/dialog_person_popup.glade
index 2e812bcb..ac3b5787 100644
--- a/glade/dialog_person_popup.glade
+++ b/glade/dialog_person_popup.glade
@@ -4,7 +4,7 @@
<!-- interface-naming-policy toplevel-contextual -->
<widget class="GtkDialog" id="dialog_person_popup">
<property name="width_request">900</property>
- <property name="visible">True</property>
+ <property name="visible">False</property>
<property name="can_focus">False</property>
<property name="border_width">6</property>
<property name="title" translatable="yes">Player</property>
diff --git a/src/gui/dialogPersonPopup.cs b/src/gui/dialogPersonPopup.cs
index 8c1755ac..f77b6cb8 100644
--- a/src/gui/dialogPersonPopup.cs
+++ b/src/gui/dialogPersonPopup.cs
@@ -211,6 +211,8 @@ public class DialogPersonPopup
label_other_stations.Text = stationsString;
image_new_tasks_other_stations.Visible = true;
}
+
+ dialog_person_popup.Show();
}
private Gtk.HBox createHBoxStartAndLabel(Task t, Pixbuf pixbuf)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]