diff options
| author | Tomas Bzatek <tbzatek@redhat.com> | 2025-01-04 20:41:26 +0100 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@redhat.com> | 2025-11-27 21:42:57 +0100 |
| commit | 90db8b6652f73ddc335922d3a7c593878d83c45e (patch) | |
| tree | 6b3f8ed57d4dc3358c2965bf41f6e613b8b80bf0 /UConfig.pas | |
| parent | 63ff1bea9bb1e87a7e2643f680d04f2b9c00d072 (diff) | |
| download | tuxcmd-90db8b6652f73ddc335922d3a7c593878d83c45e.tar.xz | |
Basic ListView CSS styling
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, |
