mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
Make delimiter icons a bit smaller
This commit is contained in:
parent
b1ae981c1d
commit
65f96abfec
@ -231,7 +231,7 @@ GuiDelimiter::GuiDelimiter(GuiView & lv)
|
||||
|
||||
initMathSymbols();
|
||||
|
||||
QSize icon_size(32, 32);
|
||||
QSize icon_size(26, 26);
|
||||
|
||||
// we calculate the appropriate width to fit 4 icons in a row
|
||||
leftLW->setMinimumWidth((4 * (icon_size.width() + (2 * leftLW->spacing())))
|
||||
|
Loading…
Reference in New Issue
Block a user