-
This is more of a request than an issue.
Since you can drag a panel can we add the ability to resize a panel?
-
Probably depends on #991 getting done first
Drag a separator to (recursively) resize the panes that are separated by that separator.
-
Here is a minimal example:
```rust
use macroquad::prelude::*;
#[macroquad::main(window_conf)]
async fn main() {
loop {
next_frame().await
}
}
fn window_conf() -> Conf {
…
-
**Is your feature request related to a problem? Please describe.**
When dealing with SQL with more than 12 lines, it is a struggle to edit the code within Grafana, as I have to scroll through a ver…
-
Modify the User Interface to make it resize-friendly.
-
The close button in the floor filter looks like this:
However, with Apple's own apps, I see it often like this:
![File (3)](https://github.com/user-attachments/assets/4c5c9a03-17d2-4098-a752…
-
### Game Version
v1.18.7
### Platform
Windows
### Modded
Vanilla
### SP/MP
Singleplayer
### Description
I discovered when turning on Resizeable BAR on my Gigabyte B550 GAMING X V2 motherboard…
-
Hi,
I can see that you can set the node.nodestyle property to CUSTOM, DEFAULT, INPUT, OUTPUT. But not really sure how can you enable the the possibility to resize or rotate nodes.
Is it possible…
-
### Preflight Checklist
- [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project.
- [X] I agree to follow the [Code of Conduct]…
-
when hide the titlebar of native window, the "resizable" option is not work.
let ops = eframe::NativeOptions {
default_theme: Theme::Dark,
viewport: egui::Viewport…