mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-06 17:37:21 +02:00
ColUDA: Removed hyphenation from types that don't hyphenate
This commit is contained in:
parent
cf473863d9
commit
a356d14f0c
2 changed files with 0 additions and 12 deletions
|
@ -139,7 +139,6 @@ ColumnUDANumeric::ColumnUDANumeric ()
|
|||
_style = "default";
|
||||
_label = "";
|
||||
_uda = true;
|
||||
_hyphenate = false;
|
||||
_styles = {_style, "indicator"};
|
||||
}
|
||||
|
||||
|
@ -228,7 +227,6 @@ ColumnUDADate::ColumnUDADate ()
|
|||
_style = "default";
|
||||
_label = "";
|
||||
_uda = true;
|
||||
_hyphenate = false;
|
||||
_styles = {_style, "indicator"};
|
||||
}
|
||||
|
||||
|
@ -343,7 +341,6 @@ ColumnUDADuration::ColumnUDADuration ()
|
|||
_style = "default";
|
||||
_label = "";
|
||||
_uda = true;
|
||||
_hyphenate = false;
|
||||
_styles = {_style, "indicator"};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue