mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 11:46:30 +02:00
fix clipped text issue (#7897)
This commit is contained in:
@@ -173,7 +173,6 @@ void createEditShortcutsWindow(HINSTANCE hInst, KeyboardManagerState& keyboardMa
|
|||||||
// Third header textblock in the header row of the shortcut table
|
// Third header textblock in the header row of the shortcut table
|
||||||
TextBlock targetAppHeader;
|
TextBlock targetAppHeader;
|
||||||
targetAppHeader.Text(GET_RESOURCE_STRING(IDS_EDITSHORTCUTS_TARGETAPPHEADER));
|
targetAppHeader.Text(GET_RESOURCE_STRING(IDS_EDITSHORTCUTS_TARGETAPPHEADER));
|
||||||
targetAppHeader.Width(KeyboardManagerConstants::ShortcutTableDropDownWidth);
|
|
||||||
targetAppHeader.FontWeight(Text::FontWeights::Bold());
|
targetAppHeader.FontWeight(Text::FontWeights::Bold());
|
||||||
targetAppHeader.HorizontalAlignment(HorizontalAlignment::Center);
|
targetAppHeader.HorizontalAlignment(HorizontalAlignment::Center);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user