windows style: Style focus indicator
This commit is contained in:
parent
b24c1c57cc
commit
99cf060deb
|
@ -225,6 +225,12 @@ void Editor::setupDialogButtonBox()
|
||||||
|
|
||||||
void Editor::setupFocusIndicator()
|
void Editor::setupFocusIndicator()
|
||||||
{
|
{
|
||||||
|
using Q = QskFocusIndicator;
|
||||||
|
|
||||||
|
setBoxBorderMetrics( Q::Panel, 2 );
|
||||||
|
setPadding( Q::Panel, 3 );
|
||||||
|
setBoxShape( Q::Panel, 4 );
|
||||||
|
setBoxBorderColors( Q::Panel, theme.palette.strokeColor.focusStroke.outer );
|
||||||
}
|
}
|
||||||
|
|
||||||
void Editor::setupInputPanel()
|
void Editor::setupInputPanel()
|
||||||
|
|
Loading…
Reference in New Issue