26,953 questions
0
votes
1
answer
44
views
Flutter: Popover not displaying arrow
In my very simple layout, I would like to display a popover using the minikin/popover package.
The popover does appear. However, the arrow underneath it is not visible (except for a very slight shadow)...
2
votes
1
answer
34
views
Kotlin: "Unresolved reference: layout" in setContentView()
I'm new to Android development with Kotlin. I'm trying to set the content view of my activity, but I'm getting an Unresolved reference: layout error in Android Studio on this line:
setContentView(R....
1
vote
0
answers
27
views
Invert the stack with tmux, pwndbg, and splitmind?
I am using pwndbg, with tmux and splitmind. I have the layout the way I want, the only think I am trying to change is getting the stack pane to be inverted. Like what you would see when running 'stack ...
-5
votes
0
answers
65
views
CSS position:relative leaves a blank space at the bottom [closed]
So, I'm new to the world of HTML and CSS, and I've worked on this project for a homework, where I had to use position:relative to move the items.
I'd like to improve the page, because there's a blank ...
0
votes
0
answers
29
views
Move aside elements up to header
I’m using the Sadgrl’s Layout Builder to make a website layout that I like since I know nothing about coding. Right now, the header is not in the div container with the rest of the layout so I could ...
0
votes
0
answers
67
views
Pyqt5 layouts: How to arrange all checkboxes
I'm starting to get a little bit of a handle on layouts, because I didn't initially create one. I have three layouts: header_layout (there's a button for the tools menu, a header, and a button for ...
0
votes
1
answer
54
views
Make text wrap around image
I'm currently struggling to achieve the project of advanced html/css in the odin project which involved responsive design.
https://cdn.statically.io/gh/TheOdinProject/curriculum/...
-1
votes
0
answers
82
views
Android with Kotlin: how does layout work
I had some experience with Android a few years ago, and I am trying to start again, but it seems some things have changed and I can't really find information on this issue. If you know where I can get ...
0
votes
0
answers
6
views
Urwid ListBox size to space available instead of constant
My program is split into 4 sections. One section is a constant-size section of various widgets, and the other 3 are list boxes.
If I set rows to 15, on this screen size, the program will crash. Also, ...
0
votes
2
answers
45
views
How to make this layout Assignment without using Flex-box & Grid?
How to make this layout using simple techniques or old ones?
Notice that the Flex-box and Grid are not allowed to be used.
I've tried some much and something is missing.
Is it good practice to make ...
0
votes
1
answer
41
views
Why is my parent overflowing as soon as there are more than 1 child in it?
As soon as I add any element above my .inner div, my parent's padding bottom will be ignored. Why is this behaviour and is there a better approach for my problem?
I have this minimal html code, also ...
0
votes
0
answers
24
views
Flexbox `width: max-content` and CSS specs [duplicate]
My question is somewhat academic because a practical solution to my problem is simple. However, I would like to understand precisely what and why happens from the CSS specification standpoint.
This ...
2
votes
1
answer
172
views
Making Replicable Layout Matrices for R Plots
I am making a figure that has the following layout matrix.
(Individual_Layout_Matrix <- matrix(c(1, 1, 2, 3, 4, 4), byrow = TRUE, ncol = 2))
# [,1] [,2]
# [1,] 1 1
# [2,] 2 3
# [3,...
0
votes
2
answers
64
views
How can I get one SVG path/fill to only be drawn "inside" another, complex SVG path?
I have a bottle shape in SVG that has a decorative swirl and a few other lines crossing the interior such that I'm not sure what counts as "inside" and "outside" the path. I want ...
0
votes
0
answers
68
views
Issue with Setting up Japanese Input Method (Mozc) in Linux Mint (Cinnamon)
I'm using Linux Mint with the Cinnamon desktop environment and need to set up the Japanese input method using Mozc. I want to switch to Japanese by clicking on the Mozc icon in the system tray, while ...