-
Notifications
You must be signed in to change notification settings - Fork 950
backport: css fixes #13982
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
backport: css fixes #13982
Conversation
- writer -> style sidebar -> new by example button - it was getting blurry bitmap, replace with svg Signed-off-by: Szymon Kłos <[email protected]> Change-Id: Ib8390153e4fb18bd0f93595c963b630338933650
- it is needed for a styles sidebar in writer to hide unwanted items from a toolbox Signed-off-by: Szymon Kłos <[email protected]> Change-Id: Id984af10d9c9b481aa692e8ae097c9572f577a42
- we were missing symbol button images - it was hidden because of that - height was 0 too Signed-off-by: Szymon Kłos <[email protected]> Change-Id: I58b79f63313b3c3a5a510185f971fe370559e5e0
- dialog content buttons can have any width they need - dialog action buttons (ok, cancel...) should have equal minimal width to look similar - fixes regression from commit 56c24b5 css: revert complex custom button sizing - in Calc -> Formula Wizard -> field buttons in the right box should not be too big to not force horizontal scrollbar - helps with passing cypress visual test in desktop/calc/formula_dialog_spec.js Signed-off-by: Szymon Kłos <[email protected]> Change-Id: Ib0e0f56806a8a52622b5cd08401fc6a125087961
- menubuttons with text should be wide enough to present that text - can be seen in Writer -> Format -> Heading Numbering dialog Signed-off-by: Szymon Kłos <[email protected]> Change-Id: I50bb64c20fca98f09d9f472c05b3d488a1d607f7
Signed-off-by: Szymon Kłos <[email protected]> Change-Id: I1b78a06bbeb004041389692a66823784cdb87814
I see I took wrong one. But it's fine ->
I will add that.
This commit makes preparation for adding more TS types, we were missing mandatory id in menu definitions. No functional change. |
|
The #13900 is "empty" after applying, what means we didn't backport reverted patch yet - removed form a list. No need to add anything. Thanks for checking :) |
dialog to test: Writer -> Format -> Heading
backports of:
#13864
#13908
#13936