Compare commits
No commits in common. "f40269622ab6f82379bca8823861f7a73c6d3d7c" and "e414253ce7c59c490b5779245437309c72e96a1f" have entirely different histories.
f40269622a
...
e414253ce7
2 changed files with 3 additions and 7 deletions
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<interface>
|
||||
<template class="TwincGameList" parent="GtkApplicationWindow">
|
||||
<property name="title">TWINC</property>
|
||||
<property name="default-width">1200</property>
|
||||
<property name="default-height">800</property>
|
||||
<property name="title">My GTK App</property>
|
||||
<property name="default-width">600</property>
|
||||
<property name="default-height">400</property>
|
||||
<child>
|
||||
<object class="GtkBox">
|
||||
<property name="orientation">GTK_ORIENTATION_VERTICAL</property>
|
||||
|
@ -27,7 +27,6 @@
|
|||
<child>
|
||||
<object class="GtkColumnViewColumn" id="filename_column">
|
||||
<property name="title">Filename</property>
|
||||
<property name="expand">true</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
|
|
|
@ -10,9 +10,6 @@ mod config;
|
|||
mod gamelist;
|
||||
|
||||
fn main() {
|
||||
if std::env::var_os("RUST_LOG").is_none() {
|
||||
std::env::set_var("RUST_LOG", "info");
|
||||
}
|
||||
env_logger::init();
|
||||
#[cfg(not(all(
|
||||
target_os = "macos",
|
||||
|
|
Loading…
Add table
Reference in a new issue