mirror of
https://github.com/1j01/textual-paint.git
synced 2024-12-21 22:01:31 +03:00
Make menu popups wider
This commit is contained in:
parent
f51f1d9b8c
commit
47622bf437
@ -135,9 +135,15 @@ Button {
|
|||||||
.menu Button {
|
.menu Button {
|
||||||
border: none;
|
border: none;
|
||||||
height: 3;
|
height: 3;
|
||||||
|
}
|
||||||
|
.menu_bar Button {
|
||||||
/* This seems to be the only way to get the button to shrink? */
|
/* This seems to be the only way to get the button to shrink? */
|
||||||
max-width: 8;
|
max-width: 8;
|
||||||
}
|
}
|
||||||
|
.menu_popup Button {
|
||||||
|
min-width: 20;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
.window {
|
.window {
|
||||||
dock: top;
|
dock: top;
|
||||||
|
Loading…
Reference in New Issue
Block a user