diff options
author | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:19:14 +0200 |
---|---|---|
committer | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:19:14 +0200 |
commit | 01eb8253196672c969a39587e90b49321a182428 (patch) | |
tree | 4a3b71d7913de519744466c9227fda6461c4f0b5 /ui/column_attr.h | |
parent | 5.0 (diff) | |
download | FreeFileSync-01eb8253196672c969a39587e90b49321a182428.tar.gz FreeFileSync-01eb8253196672c969a39587e90b49321a182428.tar.bz2 FreeFileSync-01eb8253196672c969a39587e90b49321a182428.zip |
5.1
Diffstat (limited to 'ui/column_attr.h')
-rw-r--r-- | ui/column_attr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/column_attr.h b/ui/column_attr.h index 275c9dd7..517961f4 100644 --- a/ui/column_attr.h +++ b/ui/column_attr.h @@ -110,7 +110,7 @@ std::vector<ColumnAttributeNavi> getDefaultColumnAttributesNavi() newEntry.type_ = COL_TYPE_NAVI_BYTES; newEntry.visible_ = true; - newEntry.width_ = 55; + newEntry.width_ = 60; //GTK needs a few pixels more attr.push_back(newEntry); return attr; |