[longomatch] Limit the number of tags per line to 4
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Limit the number of tags per line to 4
- Date: Tue, 16 Dec 2014 16:01:28 +0000 (UTC)
commit e186eb8956392e081850dbb932d0ea6b747ef103
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Tue Dec 16 12:48:10 2014 +0100
Limit the number of tags per line to 4
LongoMatch.GUI/Gui/Dialog/EventTypeTagsEditor.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.GUI/Gui/Dialog/EventTypeTagsEditor.cs
b/LongoMatch.GUI/Gui/Dialog/EventTypeTagsEditor.cs
index 4c381d3..83d1808 100644
--- a/LongoMatch.GUI/Gui/Dialog/EventTypeTagsEditor.cs
+++ b/LongoMatch.GUI/Gui/Dialog/EventTypeTagsEditor.cs
@@ -28,7 +28,7 @@ namespace LongoMatch.Gui.Dialog
{
public partial class EventTypeTagsEditor : Gtk.Dialog
{
- const int COLS_PER_ROW = 5;
+ const int COLS_PER_ROW = 4;
AnalysisEventType eventType;
Entry focusEntry;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]