mirror of
https://github.com/openhardwaremonitor/openhardwaremonitor
synced 2025-08-31 06:15:08 +00:00
Replaced the SplitContainer with SplitContainerAdv. Now the panels are directly resized and the splitter can be drawn nicely.
This commit is contained in:
@@ -100,8 +100,8 @@ namespace OpenHardwareMonitor.GUI {
|
||||
}
|
||||
|
||||
ClientSize = new Size(
|
||||
Utilities.Config.Get("mainForm.Width", ClientSize.Width),
|
||||
Utilities.Config.Get("mainForm.Height", ClientSize.Height));
|
||||
Utilities.Config.Get("mainForm.Width", 470),
|
||||
Utilities.Config.Get("mainForm.Height", 640));
|
||||
|
||||
foreach (TreeColumn column in treeView.Columns)
|
||||
column.Width = Math.Max(20, Math.Min(400,
|
||||
|
Reference in New Issue
Block a user