1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-05-21 12:39:29 +00:00

treewide: Remove GtkWindow::hide-titlebar-when-maximized

92b0d2e8ea

Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/714>
This commit is contained in:
Anton Lazarev 2023-12-17 22:37:53 -08:00
parent a21b2b7d4a
commit 36f19d5e9f
2 changed files with 0 additions and 2 deletions

View file

@ -2,7 +2,6 @@
<interface>
<requires lib="gtk" version="4.0"/>
<template class="CallsCallWindow" parent="GtkApplicationWindow">
<property name="hide_titlebar_when_maximized">True</property>
<property name="title" translatable="yes">Calls</property>
<property name="hide-on-close">True</property>
<child>

View file

@ -4,7 +4,6 @@
<requires lib="libadwaita" version="1.0"/>
<template class="CallsMainWindow" parent="AdwApplicationWindow">
<property name="title" translatable="yes">Calls</property>
<property name="hide_titlebar_when_maximized">True</property>
<property name="show_menubar">False</property>
<property name="hide-on-close">True</property>
<child>