Skip to content

Commit

Permalink
Add Guided Drawing Controls Pane (#2992)
Browse files Browse the repository at this point in the history
* guided drawings menu fix

* Add Guided Drawing Controls Pane

* Fix Guided Drawing Panel not opening

* Add Flip Guide Stroke Direction commands

* Restore Off to Guide Frame selection

Co-authored-by: shun-iwasawa <shun-iwasawa@users.noreply.github.com>
  • Loading branch information
manongjohn and shun-iwasawa committed Jan 14, 2020
1 parent ee1983a commit 233fcf8
Show file tree
Hide file tree
Showing 26 changed files with 693 additions and 8,025 deletions.
1,963 changes: 1 addition & 1,962 deletions stuff/config/qss/Blue/Blue.qss

Large diffs are not rendered by default.

1,963 changes: 1 addition & 1,962 deletions stuff/config/qss/Dark/Dark.qss

Large diffs are not rendered by default.

1,963 changes: 1 addition & 1,962 deletions stuff/config/qss/Default/Default.qss

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion stuff/config/qss/Default/less/layouts/mainwindow.less
Expand Up @@ -168,7 +168,12 @@ QMenu {
}
}
&::indicator {
&:extend(.CheckBox::indicator all);
&:non-exclusive {
&:extend(.CheckBox::indicator all);
}
&:exclusive {
&:extend(.RadioButton::indicator all);
}
margin-left: 7;
}
}
Expand Down

0 comments on commit 233fcf8

Please sign in to comment.