Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tarot
tarot
Commits
d161b134
Commit
d161b134
authored
Dec 29, 2019
by
Vivien Kraus
Browse files
Change the default orientation of the window
parent
a5664f64
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/tarot-app/gui/style.css
View file @
d161b134
/* tarot implements the rules of the tarot game
* Copyright (C) 2019 Vivien Kraus
* Copyright (C) 2019
, 2020
Vivien Kraus
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
src/tarot-app/gui/window.ui
View file @
d161b134
<?xml version="1.0" encoding="UTF-8"?>
<!-- tarot implements the rules of the tarot game
Copyright (C) 2017, 2018, 2019 Vivien Kraus
Copyright (C) 2017, 2018, 2019
, 2020
Vivien Kraus
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
@@ -24,8 +24,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
</object>
<template
class=
"TarotWindow"
parent=
"GtkApplicationWindow"
>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"default_width"
>
6
00
</property>
<property
name=
"default_height"
>
3
00
</property>
<property
name=
"default_width"
>
3
00
</property>
<property
name=
"default_height"
>
6
00
</property>
<property
name=
"icon_name"
>
eu.planete_kraus.Tarot
</property>
<child
type=
"titlebar"
>
<object
class=
"GtkHeaderBar"
>
...
...
src/tarot-app/gui/window.vala
View file @
d161b134
// tarot implements the rules of the tarot game
// Copyright (C) 2019 Vivien Kraus
// Copyright (C) 2019
, 2020
Vivien Kraus
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment