[connections/set-default-window-width-height] window: Set default-{width, height} instead of {width, height}-request
- From: Felipe Borges <felipeborges src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [connections/set-default-window-width-height] window: Set default-{width, height} instead of {width, height}-request
- Date: Thu, 5 Aug 2021 14:40:03 +0000 (UTC)
commit 14d38ec301451e1436db0aa46af63e22a47cb184
Author: Felipe Borges <felipeborges gnome org>
Date: Thu Aug 5 16:38:26 2021 +0200
window: Set default-{width,height} instead of {width,height}-request
src/ui/window.ui | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/ui/window.ui b/src/ui/window.ui
index a8fcca1..75d6501 100644
--- a/src/ui/window.ui
+++ b/src/ui/window.ui
@@ -2,8 +2,8 @@
<interface>
<requires lib="gtk+" version="3.20"/>
<template class="ConnectionsWindow" parent="GtkApplicationWindow">
- <property name="width-request">1024</property>
- <property name="height-request">768</property>
+ <property name="default-width">980</property>
+ <property name="default-height">640</property>
<signal name="key-press-event" after="yes" handler="on_key_pressed"/>
<signal name="delete-event" handler="on_delete_event"/>
<child type="titlebar">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]