Skip to content

Commit fadcd9a

Browse files
committed
made splitter moveable, for higher dpi or different Screens
1 parent b9684ac commit fadcd9a

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

src/LogExpert.UI/Controls/LogWindow/LogWindow.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ internal partial class LogWindow : DockContent, ILogPaintContextUI, ILogView, IL
3030

3131
private const int SPREAD_MAX = 99;
3232
private const int PROGRESS_BAR_MODULO = 1000;
33-
private const int FILTER_ADVANCED_SPLITTER_DISTANCE = 150;
33+
private const int FILTER_ADVANCED_SPLITTER_DISTANCE = 110;
3434
private static readonly Logger _logger = LogManager.GetCurrentClassLogger();
3535

3636
private readonly Image _advancedButtonImage;

src/LogExpert.UI/Controls/LogWindow/LogWindow.designer.cs

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)