You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've wanted to use this extension for a long time to theme the dialogs of my extension and now I finally found the time to do it!
The theming works well but I find the padding for TextBoxex a bit excessive and want to tone it down a notch. I noticed in the test project that there is a comment that shows a way to do this:
But if I add this line to my code nothing changes. Even if I uncomment it in the test extension it just changes the padding of the Border at the bottom of the window and not the padding for TextBoxes.
The text was updated successfully, but these errors were encountered:
I've wanted to use this extension for a long time to theme the dialogs of my extension and now I finally found the time to do it!
The theming works well but I find the padding for TextBoxex a bit excessive and want to tone it down a notch. I noticed in the test project that there is a comment that shows a way to do this:
Community.VisualStudio.Toolkit/demo/VSSDK.TestExtension/ToolWindows/ThemeWindow/ThemeWindowDemo.xaml
Lines 16 to 17 in 5301fca
But if I add this line to my code nothing changes. Even if I uncomment it in the test extension it just changes the padding of the Border at the bottom of the window and not the padding for TextBoxes.
The text was updated successfully, but these errors were encountered: