diff options
Diffstat (limited to 'UConfig.pas')
| -rw-r--r-- | UConfig.pas | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/UConfig.pas b/UConfig.pas index f6bd6d8..7001216 100644 --- a/UConfig.pas +++ b/UConfig.pas @@ -73,13 +73,6 @@ const SMOOTH_SCROLL_STEPS = 5; SMOOTH_SCROLL_STEPS_PAGE = 10; SMOOTH_SCROLL_DURATION_PAGE = 120; -const tuxcmd_rc_file = 'style "treeview-style" {'#10 + - ' GtkTreeView::horizontal_separator = 0'#10 + - ' GtkTreeView::vertical_separator = 0'#10 + - '}'#10 + - 'class "GtkTreeView" style "treeview-style"'; - - var ConfPanelSep, ConfRowHeight, ConfRowHeightReal, ConfNumHistoryItems, ConfMainWindowWidth, ConfMainWindowHeight, ConfMainWindowPosLeft, ConfMainWindowPosTop, ConfMainWindowState, ConfMainWindowLeftSortColumn, ConfMainWindowLeftSortType, ConfMainWindowRightSortColumn, ConfMainWindowRightSortType, |
