mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 03:01:07 +08:00
Minimize column width in data and query grids - add 15px less extra space. See http://www.heidisql.com/forum.php?t=7363
This commit is contained in:
@ -7572,7 +7572,7 @@ begin
|
||||
Node := Tree.GetNextVisible(Node);
|
||||
end;
|
||||
// text margins and minimal extra space
|
||||
ColTextWidth := ColTextWidth + Tree.TextMargin*2 + 20;
|
||||
ColTextWidth := ColTextWidth + Tree.TextMargin*2 + 5;
|
||||
ColTextWidth := Min(ColTextWidth, prefMaxColWidth);
|
||||
Col.Width := ColTextWidth;
|
||||
end;
|
||||
|
Reference in New Issue
Block a user