Skip to content
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

Window width is unable to resize below 630 pixels #3318

Open
scootergrisen opened this issue May 14, 2020 · 3 comments
Open

Window width is unable to resize below 630 pixels #3318

scootergrisen opened this issue May 14, 2020 · 3 comments

Comments

@scootergrisen
Copy link
Contributor

In Windows 7 if i want to have 2 application split the screen i can drag the title bar to the left of the screen and the application will use half the screen.

But it seems Virtaal 0.7.1 have a fixed minimum width of 630 pixels.

So if the screen area is 1200 pixels and the other application take up 600 pixels Virtaal will take up 630 pixels instead of 600 pixels and overlap part of the other application window.

@sneetsher
Copy link

@scootergrisen Would you try edit virtaal.glade, change:

  <widget class="GtkWindow" id="MainWindow">
    <property name="width_request">620</property>

I presume it is not compiled and just loaded dynamically like in MacOS & GNU/* , see like here

<property name="width_request">620</property>

You may set it auto too, -1

@sneetsher
Copy link

Not sure if GTK Inspector can be run in MS Windows? If may help testing it on real-time also try other inside widgets, then report best setup if worth for other users.

@scootergrisen
Copy link
Contributor Author

i can use 1 to make the window small but -1 for sone reason lock the width in something like 2189 pixels which is wider then the screen resolution.

  <widget class="GtkWindow" id="MainWindow">
    <property name="width_request">1</property>
    <property name="height_request">1</property>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants