Fixed head background placement #11

Merged
asmeron merged 3 commits from YanTheKaller/ubl-settings-info:master into develop 3 years ago

@ -1,6 +1,7 @@
.textHead{
text-shadow: 1px 1px #ffffff;
text-shadow: 2px 2px @theme_bg_color;
color: @theme_text_color;
}
.button {

@ -106,9 +106,7 @@
<property name="can-focus">False</property>
<property name="label" translatable="yes">System Info</property>
<attributes>
<attribute name="font-desc" value="URW Gothic Semi-Bold 10"/>
<attribute name="weight" value="bold"/>
<attribute name="foreground" value="#000023233232"/>
<attribute name="size" value="15360"/>
</attributes>
<style>
@ -162,6 +160,7 @@
</object>
<object class="GtkWindow" id="window">
<property name="can-focus">False</property>
<property name="icon-name">com.ublinux.ubl-settings-info</property>
<child>
<object class="GtkBox" id="plugBox">
<property name="visible">True</property>
@ -186,6 +185,7 @@
<object class="GtkImage" id="HeadBackgroundImage">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="halign">start</property>
<property name="stock">gtk-missing-image</property>
</object>
<packing>

Loading…
Cancel
Save