From 90db8b6652f73ddc335922d3a7c593878d83c45e Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Sat, 4 Jan 2025 20:41:26 +0100 Subject: Basic ListView CSS styling --- UConfig.pas | 7 ------- 1 file changed, 7 deletions(-) (limited to 'UConfig.pas') 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, -- cgit v1.2.3