Improving default scroll bars
This commit is contained in:
parent
13c2b91a2e
commit
b25132b44d
5 changed files with 9 additions and 6 deletions
|
|
@ -59,7 +59,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
settingsControlBar = new PresetsToolbar(printer, theme)
|
||||
{
|
||||
HAnchor = HAnchor.Stretch,
|
||||
Padding = new BorderDouble(8, 12, 8, 8)
|
||||
Padding = new BorderDouble(5)
|
||||
};
|
||||
|
||||
using (this.LayoutLock())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue