Skip to content
This repository has been archived by the owner on Dec 5, 2020. It is now read-only.

Commit

Permalink
design improvements on third party themes
Browse files Browse the repository at this point in the history
  • Loading branch information
haecker-felix committed Sep 17, 2016
1 parent 2a05740 commit cf00c5a
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 1 deletion.
1 change: 1 addition & 0 deletions data/style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
}

.sidebar .button {
background-color: transparent;
border: none;
box-shadow: none;
background-image: none;
Expand Down
1 change: 1 addition & 0 deletions data/ui/sidebar-tile.ui
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<property name="can_focus">False</property>
<property name="receives_default">True</property>
<property name="valign">start</property>
<property name="margin_right">1</property>
<child>
<object class="GtkBox">
<property name="visible">True</property>
Expand Down
45 changes: 45 additions & 0 deletions data/ui/sidebar-tile.ui~
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
<interface>
<requires lib="gtk+" version="3.14"/>
<template class="GradioSidebarTile" parent="GtkButton">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="receives_default">True</property>
<property name="valign">start</property>
<child>
<object class="GtkBox">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="margin_top">5</property>
<property name="margin_bottom">5</property>
<property name="orientation">vertical</property>
<child>
<object class="GtkImage" id="Image">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="icon_name">application-rss+xml-symbolic</property>
<property name="icon_size">3</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="Label">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">Category</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>
</object>
</child>
</template>
</interface>
2 changes: 1 addition & 1 deletion po/gradio.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-09-17 17:20+0200\n"
"POT-Creation-Date: 2016-09-17 17:37+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down

0 comments on commit cf00c5a

Please sign in to comment.